angular-ui-router : State-based routing for AngularJS. You can installing angular-ui-router 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-router $ sudo npm install -g angular-ui-router
If want to update the angular-ui-router package execute the command as below,
$ sudo npm update angular-ui-router
Update package globally,
$ npm install -g angular-ui-router
$ sudo git clone https://github.com/rektide/angular-ui-router.git
$ sudo npm install -g ./angular-ui-router
angular-ui-router@0.4.3 /usr/lib/node_modules/angular-ui-router
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-ui-router
Package Name | angular-ui-router |
Version | 0.4.3 |
Description | State-based routing for AngularJS |
Released Date | 2017-10-05T00:40:25.593Z |
Published by | christopherthielen |
How to Learn | https://www.npmjs.com/package/angular-ui-router/tutorial |