Skip to content

andrey-skl/ng-annotate-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ng-annotate-loader Build Status

Webpack loader to annotate angular applications. Generates a sourcemaps as well.

Usage:

module: {
    loaders: [
      {test: /src.*\.js$/, loaders: ['ng-annotate']},
    ]
  }

Passing parameters:

	{test: /src.*\.js$/, loaders: ['ng-annotate?add=false&sourcemap=false']}

More about ng-annotate parameters

Using ng-annotate plugins:

	{test: /src.*\.js$/, loaders: ['ng-annotate?plugin[]=ng-annotate-adf-plugin']}

Works great with js compilers, babel for example:

    {test: /src.*\.js$/, loaders: ['ng-annotate', 'babel-loader']},

Using loaders

About

Webpack loader to annotate angular applications

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published

Contributors 11