UNPKG

ngx2-pipes

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