Configures the Injector to return an instance of useClass for a token. Base for StaticClassProvider decorator.
Injector
useClass
StaticClassProvider
A list of tokens to be resolved by the injector. The list of values is then used as arguments to the useClass constructor.
token
An optional class to instantiate for the token. By default, the provide class is instantiated.
provide
Generated using TypeDoc
Configures the
Injectorto return an instance ofuseClassfor a token. Base forStaticClassProviderdecorator.Public Api