UNPKG

ngx-currency

Version:

A very simple currency mask directive that allows using a number attribute with the ngModel.

4 lines (3 loc) 226 B
import { EnvironmentProviders } from '@angular/core'; import { NgxCurrencyConfig } from './ngx-currency.config'; export declare function provideEnvironmentNgxCurrency(config: Partial<NgxCurrencyConfig>): EnvironmentProviders;