UNPKG

@webilix/ngx-helper-m3

Version:

Helper library for Angular and Material 3

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