@angular/core/rxjs-interop

outputFromObservable

function

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

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