ngmin-dynamic

annotate angular apps using this one weird trick

MIT 1 个版本
安装
npm install ngmin-dynamic
yarn add ngmin-dynamic
pnpm add ngmin-dynamic
bun add ngmin-dynamic
README

ngmin-dynamic Build Status

Uses a dynamic analysis technique to provide DI annotations for AngularJS.

Note: This is pretty new so it might have some bugs.

See ngmin

API

It's just a single function that takes some code as a string and returns the string but annotated.

var ngmin = require('ngmin-dynamic');

var annotated = ngmin('some code as a string');

License

MIT

版本列表
0.0.1 2014-04-03