Global container instance.
All registered handlers.
Other containers created using Container.of method.
Retrieves the service with given name or type from the service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Retrieves the service with given name or type from the service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Retrieves the service with given name or type from the service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Gets all instances registered in the container of the given service identifier. Used when service defined with multiple: true flag.
Gets all instances registered in the container of the given service identifier. Used when service defined with multiple: true flag.
Checks if the service with given name or type is registered service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Checks if the service with given name or type is registered service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Checks if the service with given name or type is registered service container. Optionally, parameters can be passed in case if instance is initialized in the container for the first time.
Helper method that imports given services.
Gets a separate container instance for the given instance id.
Removes services with a given service identifiers (tokens or types).
Completely resets the container by removing all previously registered services and handlers from it.
Sets a value for the given type or service name in the container.
Sets a value for the given type or service name in the container.
Sets a value for the given type or service name in the container.
Sets a value for the given type or service name in the container.
Sets a value for the given type or service name in the container.
Generated using TypeDoc
Service container.