ClassSansProvider

From Get docs
< @angular/coreAngular/docs/9/api/core/classsansprovider


ClassSansProvider

interface

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

interface ClassSansProvider {
  useClass: Type<any>
}

Child interfaces

  • ClassProvider


See also

Properties

Property Description
useClass: Type<any> Class to instantiate for the token.


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v9.angular.io/api/core/ClassSansProvider