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

ExistingSansProvider

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

      
      interface ExistingSansProvider {
  useExisting: any
}
    

参见

属性

属性说明
useExisting: any

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