mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a07ea069e5
This change ensures that `ApplicationRef.tick` flushes animations by calling `rendererFactory2.end`. This might not have happened before if there were no views that needed to be refreshed. This is also likely to fix a potential regression caused by #53718 even in zone apps where animations don't get flushed when no views attached to ApplicationRef are dirty. PR Close #55132