angular/packages/core/rxjs-interop/test
Alex Rickabaugh cc89766cee refactor(core): finalize rxjs-interop options & docs (#50071)
This commit introduces an interface for `toSignal` options to mirror that of
`toObservable`, and adjusts docs for both symbols. It also adds the ability
for `toSignal` to manually specify `DestroyRef` (similarly to
`toObservable` accepting an injector) or for `toSignal` automatic cleanup to
be disabled (in which case the subscription persists until the Observable
completes). Either option allows `toSignal` to be used outside of a DI
context, like `toObservable`.

PR Close #50071
2023-04-28 16:08:47 -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 refactor(core): finalize rxjs-interop options & docs (#50071) 2023-04-28 16:08:47 -07:00