mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
15c91a53ae
Accessing `pendingTasks.whenAllTasksComplete` too early causes the `InitialRenderPendingTasks` to return a resolved promise too early. This commit changes the way we access `whenAllTasksComplete` to only happen when the application is stabilized. PR Close #49784