Interface ClassProvider<T, U, V>

Maps an injection token to an injectable class.

Injectable classes must respect the contract defined in the Injectable interface, namely:

  • a constructor containing a single object as argument,
  • a static inject object, mapping an injection token to each key of the constructor's argument.

Type Parameters

  • T

  • U

  • V

Hierarchy

  • ClassProvider

Properties

Properties

provide: InjectionToken<T>
useClass: Injectable<U, V>

Generated using TypeDoc