UNPKG

ng-pick-datetime-ex

Version:
11 lines 439 B
/** * numberFixedLen.pipe */ import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NumberFixedLenPipe implements PipeTransform { transform(num: number, len: number): any; static ɵfac: i0.ɵɵFactoryDeclaration<NumberFixedLenPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NumberFixedLenPipe, "numberFixedLen", false>; } //# sourceMappingURL=numberedFixLen.pipe.d.ts.map