Contract for a registry that manages injectable objects.
Members
T
# build
Instantiates an injectable class using its constructor and the provided arguments.
Creates a new instance of an injectable class.
Injectable.<T>
|
undefined
# get
Retrieves an Injectable
from the registry by name, optionally passing constructor arguments.
Fetches an injectable instance by its registered name.
void
# register
Registers an injectable constructor or instance with the registry, making it available for injection.
Adds a class or object to the injectable registry.