annotate angular apps using this one weird trick
npm install ngmin-dynamicUses a dynamic analysis technique to provide DI annotations for AngularJS.
Note: This is pretty new so it might have some bugs.
See ngmin
It's just a single function that takes some code as a string and returns the string but annotated.
``javascipt
var ngmin = require('ngmin-dynamic');
var annotated = ngmin('some code as a string');
``