Optional list of controllers defined in this module which have to be instantiated.
Optional list of the subset of providers that are provided by this module and should be available in other modules which import this module.
When "true", makes a module global-scoped.
Once imported into any module, a global-scoped module will be visible in all modules. Thereafter, modules that wish to inject a service exported from a global module do not need to import the provider module.
Optional list of imported modules that export the providers which are required in this module.
A module reference
Optional list of providers that will be instantiated by the Nest injector and that may be shared at least across this module.
Generated using TypeDoc
Interface defining a Dynamic Module.
Dynamic Modules