ng-module-loader
v0.0.3
Published
Webpack loader to export Angular.js modules
Downloads
8
Readme
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");
License
MIT (http://www.opensource.org/licenses/mit-license.php)