configure

Start registering components using a storage and a locator.

Start registering components using a storage and a locator.

Parameters

storage string

identity of a storage located in locator used by registration context to store components.

locator Locator!(Object, string)

locator of dependencies for registered components

Return Value

Type: RegistrationContext!ObjectWrappingFactory

RegistrationContext context with registration interface used to register components.

Meta