Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

@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 Signal as an RxJS Observable.

toSignal

Structures

ToObservableOptions

Options for toObservable.

ToSignalOptions

Options for toSignal.