mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4924108630
This updates the enter and leave logic to use the stored LView data to dispatch the enter and leave animations at the right points in the lifecycle. This should fix issues with signals not being available yet, parallel animations, and also eliminate the need for the element registry. fixes: #63391 fixes: #63388 fixes: #63369 PR Close #63450