ngx2-pipes
Version:
Angular pipes library
13 lines (12 loc) • 622 B
TypeScript
import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class RoundPipe implements PipeTransform {
transform(value: any, precision?: any): any;
static ɵfac: i0.ɵɵFactoryDeclaration<RoundPipe, never>;
static ɵpipe: i0.ɵɵPipeDeclaration<RoundPipe, "round">;
}
export declare class NgRoundPipeModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NgRoundPipeModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NgRoundPipeModule, [typeof RoundPipe], never, [typeof RoundPipe]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NgRoundPipeModule>;
}