angular-local-storage : An Angular module that gives you access to the browsers local storage. You can installing angular-local-storage 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-local-storage $ sudo npm install -g angular-local-storage
If want to update the angular-local-storage package execute the command as below,
$ sudo npm update angular-local-storage
Update package globally,
$ npm install -g angular-local-storage
$ sudo git clone https://github.com/rektide/angular-local-storage.git
$ sudo npm install -g ./angular-local-storage
angular-local-storage@0.7.1 /usr/lib/node_modules/angular-local-storage
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall angular-local-storage
Package Name | angular-local-storage |
Version | 0.7.1 |
Description | An Angular module that gives you access to the browsers local storage |
Released Date | 2017-08-29T14:21:47.428Z |
Published by | grevory |
How to Learn | https://www.npmjs.com/package/angular-local-storage/tutorial |