@angular/core/rxjs-interop

outputFromObservable

function
Developer preview

Declares an Angular output that is using an RxJS observable as a source for events dispatched to parent subscribers.

outputFromObservable(
observable: Observable<T>,
opts?: OutputOptions
): OutputRef<T>;
Jump to details