Rest
...controller: ClassType<any>[]Rest
...listener: (ClassType<any> | EventListener<any>)[]Rest
...middlewares: MiddlewareFactory[]Protected
addAfter process
and when all modules have been processed by the service container.
This is also after processController
and processProvider
have been called and the full
final module tree is known. Adding now new providers or modules doesn't have any effect.
Last chance to set up the injector context, via this.setupProvider().
Renames this module instance.
Allows to change the module after the configuration has been loaded, right before the application bootstraps.
Allows to change the module config before setup
and bootstrap is called.
This is the last step right before the config is validated.
Generated using TypeDoc
Sets configured values.