Function
any
boolean
any
any
any
any
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
string
The angular.module is a global place for creating, registering and retrieving Angular modules. All modules (angular core or 3rd party) that should be available to an application must be registered using this mechanism.
When passed two or more arguments, a new module is created. If passed only one argument, an existing module (the name passed as the first argument to module) is retrieved.
The name of the module to create or retrieve.
The names of modules this module depends on. If specified then new module is being created. If unspecified then the module is being retrieved for further configuration.
Optional configuration function for the module.
string
string