Currency Mask Module for Angular Library | ngx-currency

angular-currency-mask-module

ngx-currency is an Angular 4+ input mask module designed for currency. ng2 currency mask example, ngx currency npm, angular currency pipe input field How to make use of it: Install npm install ngx-currency –save Import the module import { NgxCurrencyModule } from “ngx-currency”; @NgModule({ imports: [ … NgxCurrencyModule ], declarations: […], providers: […] }) export … Read more