{"library":"ng-annotate-webpack-plugin","title":"ng-annotate-webpack-plugin","description":"A webpack plugin that runs ng-annotate on your bundles to add dependency injection annotations for AngularJS. Stable version is 0.3.0. Designed for AngularJS (1.x) applications using Webpack. Alternative to ng-annotate-loader. Provides plugin-based approach; can be used with other loaders. No active development or recent updates (last release 0.3.0). Not intended for Angular 2+.","language":"javascript","status":"maintenance","last_verified":"Sat Apr 25","install":{"commands":["npm install ng-annotate-webpack-plugin"],"cli":null},"imports":["var ngAnnotatePlugin = require('ng-annotate-webpack-plugin');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// webpack.config.js\nvar ngAnnotatePlugin = require('ng-annotate-webpack-plugin');\n\nmodule.exports = {\n  // ... rest of config\n  plugins: [\n    new ngAnnotatePlugin({\n      add: true\n      // other ng-annotate options here\n    })\n  ]\n};","lang":"javascript","description":"Shows basic usage: require the plugin and add to webpack plugins array.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}