restangular : Restful Resources service for AngularJS apps. You can installing restangular 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 restangular $ sudo npm install -g restangular
If want to update the restangular package execute the command as below,
$ sudo npm update restangular
Update package globally,
$ npm install -g restangular
$ sudo git clone https://github.com/rektide/restangular.git
$ sudo npm install -g ./restangular
restangular@1.6.1 /usr/lib/node_modules/restangular
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall restangular
| Package Name | restangular |
| Version | 1.6.1 |
| Description | Restful Resources service for AngularJS apps |
| Released Date | 2017-01-06T21:23:56.300Z |
| Published by | bostrom |
| How to Learn | https://www.npmjs.com/package/restangular/tutorial |