UNPKG

ngx2-pipes

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