ng-annotate : add, remove and rebuild angularjs dependency injection annotations. You can installing ng-annotate 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 ng-annotate $ sudo npm install -g ng-annotate
If want to update the ng-annotate package execute the command as below,
$ sudo npm update ng-annotate
Update package globally,
$ npm install -g ng-annotate
$ sudo git clone https://github.com/rektide/ng-annotate.git
$ sudo npm install -g ./ng-annotate
ng-annotate@1.2.2 /usr/lib/node_modules/ng-annotate
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng-annotate
Package Name | ng-annotate |
Version | 1.2.2 |
Description | add, remove and rebuild angularjs dependency injection annotations |
Released Date | 2017-06-01T14:17:34.935Z |
Published by | olov |
How to Learn | https://www.npmjs.com/package/ng-annotate/tutorial |