UNPKG

ngx2-pipes

Version:
13 lines (12 loc) 622 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PadPipe implements PipeTransform { transform(input: any, length?: number, character?: string): any; static ɵfac: i0.ɵɵFactoryDeclaration<PadPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<PadPipe, "pad">; } export declare class NgPadPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration<NgPadPipeModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NgPadPipeModule, [typeof PadPipe], never, [typeof PadPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NgPadPipeModule>; }