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