Optional
configCallback for registering configurations. Defaults to no config registrations.
A registry that accepts configuration registrations.
Optional
constructionA strategy for constructing instances. Defaults to ConstructionStrategyCommonJs.
Optional
dumpIf the error state should be dumped into componentsjs-error-state.json
after failed instantiations.
Defaults to false
.
Optional
logThe logging level.
Defaults to 'warn'
.
Optional
mainAbsolute path to the package root from which module resolution should start.
Optional
moduleCallback for registering components and modules. Defaults to an invocation of ComponentRegistry.registerAvailableModules.
A registry that accept component and module registrations.
Optional
moduleThe module state. Defaults to a newly created instances on the mainModulePath.
A copy of IComponentsManagerBuilderOptions, with all fields optional.