Interface Injectable<T, U>

Interface defining the contract of an injectable service.

Type Parameters

  • T

  • U

Hierarchy

  • Injectable

Constructors

Properties

Constructors

  • Parameters

    • deps: T

    Returns U

Properties

inject: Readonly<{ [ K in string | number | symbol]: InjectionToken<T[K]> }>

Generated using TypeDoc