ClassSansProvider
interface
Configures the Injector
to return a value by invoking a useClass
function.
Base for ClassProvider
decorator.
API
interface ClassSansProvider { useClass: Type<any>;}}
Jump to details
Configures the Injector
to return a value by invoking a useClass
function.
Base for ClassProvider
decorator.
interface ClassSansProvider { useClass: Type<any>;}}