1.0.0 • Published 8 years ago
@bmat/angular-inputmask v1.0.0
Readme
This is a an Angular library that wraps InputMask. The library uses lifehooks and ControlValueAccessors to integrate the masking cycle in the app
Installation
From the source folder, run
npm installTesting
Once installed, run
npm run testInside the coverage folder, you can find both a HTML and a JSON coverage report.
Linting
Both Typescript and SASS files can be linted. For Typescript, run Once installed, run
npm run lintFor SASS, run
npm run lint:sassBuilding
You can build the app using
npm run buildThis will compile SASS styles, embedd templates and styles inside Angular components and output to lib folder.
Inside package.json, you can find the subtasks of build.
Provided classes
Components
| Module | Component/Directive | Status |
|---|---|---|
| Calendar | DatePicker | To be started |
Directives
| Module | Component | Status |
|---|---|---|
| Forms | InputMask | In progress |
| Forms | InputMaskTime | In progress |
DemoApp
This package includes a demo page. Run
npm run startand open http://localhost:4200
1.0.0
8 years ago