Class ServiceContainer

Hierarchy

  • ServiceContainer

Constructors

Properties

appModule: AppModule<any, any>
cliControllerRegistry: CliControllerRegistry = ...
configLoaders: ConfigLoader[] = []
eventDispatcher: EventDispatcher
injectorContext?: InjectorContext
middlewareRegistry: MiddlewareRegistry = ...
modules: Set<AppModule<any, any>> = ...

All modules in the whole module tree. This is stored to call service container hooks like processController/processProvider.

workflowRegistry: WorkflowRegistry = ...

Methods

Generated using TypeDoc