README
currency-control
angular currency control
sml-ng-currency-control
Overview
A simple currency mask for masking the currency using the formcontrol in Angular.
Installation
step1: npm i sml-ng-currency-control --save
Step2: Import smlNgCurrencyControl into your app module
import { SmlNgCurrencyControlModule } from 'currency-control';
@NgModule({
declarations: [
AppComponent
],
imports: [
NgPasswordMeterMlModule,
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
step3: Import password meter component into your form
DEMO:
You can download and run it from your local.
github url : https://github.com/Muthulakshmisankar/smlcurrencycontrol