ng2-inputmask
Angular 2 directive input mask
Installation
To install this library, run:
$ npm install ng2-inputmask --save
Consuming your library
import library in any Angular application by running:
$ npm install ng2-inputmask
and then from your Angular AppModule
:
;; ; // Import library;
Use
Placeholders
0
- number
A
- text char
Development
To generate all *.js
, *.d.ts
and *.metadata.json
files:
$ npm run build
To lint all *.ts
files:
$ npm run lint