Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
This site is no longer updated.Head to Angular.devHome
/

This is the archived documentation for Angular v17. Please visit angular.dev to see this page for the current version of Angular.

@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 output() or outputFromObservable() to an observable.

takeUntilDestroyed

Operator which completes the Observable when the calling context (component, directive, service, etc) is destroyed.

toObservable

Exposes the value of an Angular Signal as an RxJS Observable.

toSignal

Structures

ToObservableOptions

Options for toObservable.

ToSignalOptions

Options for toSignal.