ng-annotate-loader : Webpack loader that runs ng-annotate on your bundles. You can installing ng-annotate-loader 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-loader $ sudo npm install -g ng-annotate-loader
If want to update the ng-annotate-loader package execute the command as below,
$ sudo npm update ng-annotate-loader
Update package globally,
$ npm install -g ng-annotate-loader
$ sudo git clone https://github.com/rektide/ng-annotate-loader.git
$ sudo npm install -g ./ng-annotate-loader
ng-annotate-loader@0.6.1 /usr/lib/node_modules/ng-annotate-loader
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng-annotate-loader
Package Name | ng-annotate-loader |
Version | 0.6.1 |
Description | Webpack loader that runs ng-annotate on your bundles |
Released Date | 2017-05-29T13:36:10.317Z |
Published by | huston007 |
How to Learn | https://www.npmjs.com/package/ng-annotate-loader/tutorial |