UNPKG

ngx-numeral

Version:

An Angular pipe module for interfacing the Awesome Numeraljs library.

12 lines (11 loc) 571 B
import { ModuleWithProviders } from "@angular/core"; import * as i0 from "@angular/core"; import * as i1 from "./ngx-numeral.pipe"; export declare class NumeralModule { static forRoot(): ModuleWithProviders<NumeralModule>; static ɵfac: i0.ɵɵFactoryDeclaration<NumeralModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<NumeralModule, [typeof i1.NumeralPipe], never, [typeof i1.NumeralPipe]>; static ɵinj: i0.ɵɵInjectorDeclaration<NumeralModule>; } export { NumeralPipe, DEFAULT_NUMERAL } from "./ngx-numeral.pipe"; export * from "./numeraljs";