UNPKG

ngx2-pipes

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