fly-ng-annotate

ngAnnotate plugin for Fly

Usage no npm install needed!

<script type="module">
  import flyNgAnnotate from 'https://cdn.skypack.dev/fly-ng-annotate';
</script>

README

ngAnnotate plugin for Fly.

npm package

Usage

Check out the documentation to see the available options.

Install

npm install -D fly-ng-annotate

Example

export build = function* () {
  yield this
    .source("src/**/*.js")
    .ngAnnotate({...})
    .target("dist/")
}

License

MIT © Dmitriy Kharchenko et al