ng-annotate-webpack-plugin : webpack plugin that runs ng-annotate on your bundles. You can installing ng-annotate-webpack-plugin 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-webpack-plugin $ sudo npm install -g ng-annotate-webpack-plugin
If want to update the ng-annotate-webpack-plugin package execute the command as below,
$ sudo npm update ng-annotate-webpack-plugin
Update package globally,
$ npm install -g ng-annotate-webpack-plugin
$ sudo git clone https://github.com/rektide/ng-annotate-webpack-plugin.git
$ sudo npm install -g ./ng-annotate-webpack-plugin
ng-annotate-webpack-plugin@0.2.1-pre /usr/lib/node_modules/ng-annotate-webpack-plugin
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall ng-annotate-webpack-plugin
Package Name | ng-annotate-webpack-plugin |
Version | 0.2.1-pre |
Description | webpack plugin that runs ng-annotate on your bundles |
Released Date | 2017-01-12T01:40:49.517Z |
Published by | jeffling |
How to Learn | https://www.npmjs.com/package/ng-annotate-webpack-plugin/tutorial |