This component provider always returns the same instance of the component. The instance is created when first required and is of the type passed in to the constructor.
Constructor
The type of the single instance
Used to compare this provider with others. Any provider that returns the same single instance will be regarded as equivalent.
The single instance
Used to request a component from this provider
Generated using TypeDoc
This component provider always returns the same instance of the component. The instance is created when first required and is of the type passed in to the constructor.