UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

11 lines (10 loc) 441 B
import { PipeTransform } from '@angular/core'; import * as i0 from "@angular/core"; export declare class NgxHelperNumberPipe implements PipeTransform { transform(value?: number | null, options?: { fractionDigits?: number; english?: boolean; }): string; static ɵfac: i0.ɵɵFactoryDeclaration<NgxHelperNumberPipe, never>; static ɵpipe: i0.ɵɵPipeDeclaration<NgxHelperNumberPipe, "ngxHelperNumber", true>; }