broccoli-ng-annotate
Add, remove and rebuild AngularJS dependency injection annotations.
Issues with the output should be reported on the ng-annotate issue tracker.
$ npm install --save broccoli-ng-annotate
var ngAnnotate = require('broccoli-ng-annotate');
tree = ngAnnotate(tree, options);
See the ng-annotate options.
In addition you can pass in options.data
to use as the ng-annotate options.
MIT © Gilad Peleg