UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 650 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class DefaultsPipe implements PipeTransform { transform(input: any, defaults: any): any; static ɵfac: i0.ɵɵFactoryDeclaration<DefaultsPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<DefaultsPipe, "defaults">; } export declare class NgDefaultsPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgDefaultsPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgDefaultsPipeModule, [typeof DefaultsPipe], never, [typeof DefaultsPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgDefaultsPipeModule>; }