Interface ClassSansProvider

Configures the Injector to return a value by invoking a useClass function. Base for ClassProvider decorator.

See

"Dependency Injection Guide".

Public Api

Hierarchy

Properties

Properties

useClass: Type<any>

Class to instantiate for the token.

Generated using TypeDoc