UNPKG

ngx2-pipes

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