@angular/core/rxjs-interop
Includes utilities related to using the RxJS library in conjunction with Angular's signal-based reactivity system.
Entry point exports
Functions
outputFromObservable |
Declares an Angular output that is using an RxJS observable as a source for events dispatched to parent subscribers. |
outputToObservable |
Converts an Angular output declared via |
takeUntilDestroyed |
Operator which completes the Observable when the calling context (component, directive, service, etc) is destroyed. |
toObservable |
Exposes the value of an Angular |
toSignal |
Structures
ToObservableOptions |
Options for |
ToSignalOptions |
Options for |