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