ProviderToken • Angular Angular Team @angular/coreType AliasstableToken that can be used to retrieve an instance from an injector or through a query.API type ProviderToken<T> = Type<T> | AbstractType<T> | InjectionToken<T>