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

ExistingSansProvider

配置此 Injector 以返回另一个 useExisting 令牌的值。

Configures the Injector to return a value of another useExisting token.

      
      interface ExistingSansProvider {
  useExisting: any
}
    

参见

属性

属性说明
useExisting: any

返回现有的 token。 (等效于 injector.get(useExisting)

Existing token to return. (Equivalent to injector.get(useExisting))