angular/packages/common/http
Andrew Scott 6c8faaa769 refactor(core): Rename InitialRenderPendingTasks and restructure isStable observable (#53534)
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
2023-12-19 08:36:28 -08:00
..
src refactor(core): Rename InitialRenderPendingTasks and restructure isStable observable (#53534) 2023-12-19 08:36:28 -08:00
test build: update rxjs build version to v7 (#53500) 2023-12-18 16:25:37 +00:00
testing build: add missing entries for the api extraction (#52452) 2023-10-31 14:53:34 -07:00
BUILD.bazel build: add targets for api doc generation (#52034) 2023-10-10 16:18:50 -07:00
index.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00
PACKAGE.md docs: update invalid links to the new http guides (#49456) 2023-06-22 17:06:59 -07:00
public_api.ts fix(platform-server): resolve relative requests URL (#52326) 2023-10-23 12:02:21 -07:00