ClassSansProvider
Configures the Injector
to return a value by invoking a useClass
function.
Base for ClassProvider
decorator.
interface ClassSansProvider {
useClass: Type<any>
}
Child interfaces
See also
Properties
Property | Description |
---|---|
useClass: Type<any>
|
Class to instantiate for the |