填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

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>;