The dependency injection container.
Injects the registered value for the provided token.
The token to inject the registered value from.
The stack of the dependency injection.
The injected value.
When no provider for the token could be found or when the found provider is invalid.
Registers the provider for dependency injection.
The provider to register.
When the provider is invalid.
Removes the provided token from the dependency injection system.
The token to unregister.
When the app is initialized or running.
Static
Gets the DI Container instance.
The instance.
The dependency injection container.