gulp-ng-dependency-lint
AngularJS Dependency Injection linter
Issues with the output should be reported on the ng-dependency-lint issue tracker.
Install
$ npm install --save-dev gulp-ng-dependency-lint
Usage
var gulp = ;var dependencyLint = ; // to automatically remove gulp; // this will only print unused dependency listgulp;
API
diLint(options)
options.remove
Type: boolean
Default: false
Removes unused dependency injection from list of component arguments.