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