UNPKG

ng-hub-ui-table

Version:

Highly customizable Angular table and list components with pagination, sorting and filtering support.

9 lines (8 loc) 408 B
import { PipeTransform } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class IsObservablePipe<T = any> implements PipeTransform { transform(value: T | Observable<T>): boolean; static ɵfac: i0.ɵɵFactoryDeclaration<IsObservablePipe<any>, never>; static ɵpipe: i0.ɵɵPipeDeclaration<IsObservablePipe<any>, "isObservable", true>; }