Skip to content

filearts/ng-loader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular module loader for webpack

Usage

require("ng-loader?myModule!./file.js");
// adds below code the the file's source:
//  exports["file"] = angular.module("myModule");

[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)

## License

MIT (http://www.opensource.org/licenses/mit-license.php)

About

Webpack loader to export Angular.js modules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%