blob: 8663f765e683001b19f6f31ca01b6e4e7a99fb01 [file] [log] [blame]
/**
* @description The `angular.module` @stop is a global place for creating and registering Angular modules. All
* modules (angular core or 3rd party) that should be available to an application must be
* registered using this mechanism.
*/
function module(name, requires, configFn) {
}