angular/packages/core/rxjs-interop/test
Pawel Kozlowski dcf18dc74c fix(core): allow toSignal calls in reactive context (#51831)
This PR moves the Observable subscription of toSignal outside of the
reactive context. As the result the toSignal calls are allowed in the
computed, effect and all other reactive consumers.

This is based on the reasoning that we already allow signals creation
in a reactive context. Plus a similar change was done to the async pipe
in the https://github.com/angular/angular/pull/50522

Fixes #51027

PR Close #51831
2023-09-22 09:47:19 -07:00
..
BUILD.bazel feat(core): prototype implementation of @angular/core/rxjs-interop (#49154) 2023-03-30 09:44:38 -07:00
take_until_destroyed_spec.ts fix(core): ensure takeUntilDestroyed unregisters onDestroy listener on unsubscribe (#49901) 2023-04-19 19:55:09 +00:00
to_observable_spec.ts refactor(core): Synchronously emit the current signal value in toObservable (#49894) 2023-04-25 09:27:38 -07:00
to_signal_spec.ts fix(core): allow toSignal calls in reactive context (#51831) 2023-09-22 09:47:19 -07:00