UNPKG

coersystem

Version:

Library for Angular projects

8 lines (7 loc) 394 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NumericFormatPipe implements PipeTransform { transform(value: string | number | null | undefined, decimals?: number): string; static ɵfac: i0.ɵɵFactoryDeclaration<NumericFormatPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NumericFormatPipe, "numericFormat", false>; }