outputToObservable
Converts an Angular output declared via output()
or outputFromObservable()
to an observable.
outputToObservable<T>(ref: OutputRef<T>): Observable<T>
Parameters
ref
|
OutputRef<T> |
Returns
Observable<T>
Description
You can subscribe to the output via Observable.subscribe
then.