angular-ui-mask : Apply a mask on an input field so the user can only type pre-determined pattern.. You can installing angular-ui-mask npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install angular-ui-mask $ sudo npm install -g angular-ui-mask
If want to update the angular-ui-mask package execute the command as below,
$ sudo npm update angular-ui-mask
Update package globally,
$ npm install -g angular-ui-mask
$ sudo git clone https://github.com/rektide/angular-ui-mask.git
$ sudo npm install -g ./angular-ui-mask
angular-ui-mask@1.8.7 /usr/lib/node_modules/angular-ui-mask
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-ui-mask
Package Name | angular-ui-mask |
Version | 1.8.7 |
Description | Apply a mask on an input field so the user can only type pre-determined pattern. |
Released Date | 2016-07-26T16:04:40.662Z |
Published by | powerkiki |
How to Learn | https://www.npmjs.com/package/angular-ui-mask/tutorial |