angular/packages/core/rxjs-interop/test
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 refactor(core): add debugName option to rxjs-interop toSignal 2025-11-20 10:49:50 -05:00
output_from_observable_spec.ts refactor(core): convert scripts within packages/core/rxjs-interop to relative imports (#60232) 2025-03-27 18:29:35 +00:00
output_to_observable_spec.ts refactor(core): convert scripts within packages/core/rxjs-interop to relative imports (#60232) 2025-03-27 18:29:35 +00:00
pending_until_event_spec.ts test(core): refactors test to use timeout utility 2026-04-01 20:46:00 +02:00
rx_resource_spec.ts feat(core): allow synchronous values for stream Resources 2026-04-16 00:13:04 +03:00
take_until_destroyed_spec.ts fix(core): takeUntilDestroyed completes immediately if DestroyRef already destroyed (#61847) 2025-06-04 12:14:15 -04:00
to_observable_spec.ts Revert "refactor(core): support an opt-in sync version of toObservable (#60640)" (#60449) 2025-04-02 13:38:49 -07:00
to_signal_spec.ts refactor(core): add debugName option to rxjs-interop toSignal 2025-11-20 10:49:50 -05:00