mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5ae85e4849
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