# ngmin-dynamic

> annotate angular apps using this one weird trick

Latest version **0.0.1** (published 2014-04-03) · MIT license · 0 weekly downloads

## Install

```sh
npm install ngmin-dynamic
pnpm add ngmin-dynamic
yarn add ngmin-dynamic
bun add ngmin-dynamic
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2014-04-03 |
| First published | 2014-04-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Brian Ford |
| Maintainers | btford |
| Keywords | ngmin, angular, angularjs, minification |

## Links

- npm: https://www.npmjs.com/package/ngmin-dynamic
- Repository: https://github.com/btford/ngmin-dynamic
- Issues: https://github.com/btford/ngmin-dynamic/issues
- npm.io page: https://npm.io/package/ngmin-dynamic

## Recent versions

- 0.0.1 (latest) — 2014-04-03

## README

# ngmin-dynamic [![Build Status](https://travis-ci.org/btford/ngmin-dynamic.svg?branch=master)](https://travis-ci.org/btford/ngmin-dynamic)

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

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

See [ngmin](https://github.com/btford/ngmin)

## API

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');
```

## License
MIT

---
_Source: https://npm.io/package/ngmin-dynamic · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
