Home > widget-integration > Provider

Provider type

Signature:

export type Provider<T = any> = TypeProvider<T> | ValueProviderDef<T> | FactoryProviderDef<T>;

References: TypeProvider, ValueProviderDef, FactoryProviderDef