mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The InitialRenderPendingTasks currently attempts to only contribute to ApplicationRef stableness one time to support SSR. This isn't actually how the switchMap works in reality. This commit updates the isStable observable to be more clear that it's always a combination of the zone stableness and pending tasks. In addition, this commit renames the service to just be PendingTasks because it doesn't directly relate to rendering. While the purpose is to track things that might cause rendering to happen, we don't know if the tasks will affect rendering at all. PR Close #53534 |
||
|---|---|---|
| .. | ||
| BUILD.bazel | ||
| hydration_spec.ts | ||
| integration_spec.ts | ||
| transfer_state_spec.ts | ||