@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
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 |