Home > widget-integration > Provider
Provider type
Signature:
export type Provider<T = any> = TypeProvider<T> | ValueProviderDef<T> | FactoryProviderDef<T>;
References: TypeProvider, ValueProviderDef, FactoryProviderDef
Home > widget-integration > Provider
Signature:
export type Provider<T = any> = TypeProvider<T> | ValueProviderDef<T> | FactoryProviderDef<T>;
References: TypeProvider, ValueProviderDef, FactoryProviderDef