angular/packages/core/test/resource
Matthieu Riegler 4e331062e8 feat(core): allow synchronous values for stream Resources
In order for resources to allow caching in SSR context (eg in the TransferState), resource need to be able to set their value synchronously.

If the resource value is not set synchronously, the resource will be in in a "loading" state which is responsible for destroying the server-hydrated resolved DOM.
2026-04-16 00:13:04 +03:00
..
BUILD.bazel feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
chain_spec.ts feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
debounce_spec.ts feat(core): allow debouncing signals 2026-03-09 13:21:52 -07:00
params_status_spec.ts feat(core): add special return statuses for resource params 2026-03-02 08:47:14 -08:00
resource_snapshot_spec.ts feat(core): resource composition via snapshots 2026-01-12 13:49:56 -08:00
resource_spec.ts feat(core): allow synchronous values for stream Resources 2026-04-16 00:13:04 +03:00