angular/goldens/public-api/core
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
..
rxjs-interop refactor(core): finalize rxjs-interop options & docs (#50071) 2023-04-28 16:08:47 -07:00
testing fix(core): typing of TestBed Common token. (#49997) 2023-04-25 09:27:08 -07:00
errors.md refactor(core): Error code for Component Id collision (#49986) 2023-04-26 09:19:58 -07:00
global_utils.md refactor(core): drop RootContext object (#47056) 2022-09-13 09:21:34 -07:00
index.md refactor(core): throw an error when APP_INITIALIZER token is not an array. (#49860) 2023-04-23 18:31:24 -07:00