1.0.3 • Published 3 years ago

sml-ng-currency-control v1.0.3

Weekly downloads
6
License
ISC
Repository
-
Last release
3 years ago

#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


1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago