ProviderToken
Token that can be used to retrieve an instance from an injector or through a query.
type ProviderToken<T> = Type<T> | AbstractType<T> | InjectionToken<T>;
Token that can be used to retrieve an instance from an injector or through a query.
type ProviderToken<T> = Type<T> | AbstractType<T> | InjectionToken<T>;