Type alias Provider<T, U, V>

Provider<T, U, V>: ClassProvider<T, U, V> | FactoryProvider<T, V> | ValueProvider<T>

Maps an injection token to an injectable, factory, or concrete instance.

Type Parameters

Type Parameters

  • T

  • U

  • V

Generated using TypeDoc