mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7620f506c0
Node removal is immediate and does not require change detection to run when animations are not provided. This refactor makes the animation engine notify the scheduler rather than doing it on all node removals. PR Close #53857