Class ModuleFactoryLocator
Constructors
Properties
Protected
Readonly
_registry
Accessors
registry
- get registry(): Readonly<CreatableModuleRegistry>
Methods
freeze
- freeze(): void
Returns void
register
- register(
factory: CreatableModuleFactory,
labels?: Labels,
primary?: string | boolean | string[],
): this Returns this
registerMany
- registerMany(factories: CreatableModuleFactory[]): this
Returns this
Static
empty
- empty(): ModuleFactoryLocator
Static
standard
- standard(): ModuleFactoryLocator