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