ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 662 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class LeftPadPipe implements PipeTransform {
transform(input: any, length?: number, character?: string): any;
static ɵfac: i0.ɵɵFactoryDeclaration<LeftPadPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<LeftPadPipe, "leftpad">;
}
export declare class NgLeftPadPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgLeftPadPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgLeftPadPipeModule, [typeof LeftPadPipe], never, [typeof LeftPadPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgLeftPadPipeModule>;
}