mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ac863ded48
The new ExperimentalPendingTasks API lets developers to add and remove tasks that control applications stability: a pending task prevents application from being stable. This API is important for all the use-cases that depend on the concept of stability and SSR serialization is a notable example. Closes #53381 PR Close #55487