/ng-loader

Webpack loader to export Angular.js modules

Primary LanguageJavaScriptMIT LicenseMIT

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)