isObservable
Tests to see if the object is an RxJS Observable
isObservable<T>(obj: any): obj is Observable<T>
Parameters
obj |
the object to test |
Returns
obj is Observable<T>
Tests to see if the object is an RxJS Observable
isObservable<T>(obj: any): obj is Observable<T>
obj |
the object to test |
obj is Observable<T>