angular-sanitize : AngularJS module for sanitizing HTML. You can installing angular-sanitize 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-sanitize $ sudo npm install -g angular-sanitize
If want to update the angular-sanitize package execute the command as below,
$ sudo npm update angular-sanitize
Update package globally,
$ npm install -g angular-sanitize
$ sudo git clone https://github.com/rektide/angular-sanitize.git
$ sudo npm install -g ./angular-sanitize
angular-sanitize@1.6.7 /usr/lib/node_modules/angular-sanitize
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-sanitize
Package Name | angular-sanitize |
Version | 1.6.7 |
Description | AngularJS module for sanitizing HTML |
Released Date | 2017-11-24T18:23:04.012Z |
Published by | angularcore |
How to Learn | https://www.npmjs.com/package/angular-sanitize/tutorial |