rollup-plugin-ng-annotate2

1.0.1 • Public • Published

Rollup Plugin for AngularJs

Annotate dependency injection - test

Example

// bundle all styles imports from javascript in one file "dest/app.css"
import annotate from 'rollup-plugin-ng-annotate2';

export default {
    input:'src/app.js',
    output:{
        format:'esm',
        file:'dest/app.js'
    },
    plugins: [
        annotate()
    ]
}; 

Package Sidebar

Install

npm i rollup-plugin-ng-annotate2

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

5.87 kB

Total Files

8

Last publish

Collaborators

  • mazon