UNPKG

@ng-matero/extensions

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