You are viewing API docs for version 1.89.3.

View latest

Home > widget-integration > Provider

Provider type

Signature:

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

References: TypeProvider, ValueProviderDef, FactoryProviderDef