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

NgProbeToken

本令牌可以在 NgProbe 中注册自己的第三方组件。

A token for third-party components that can register themselves with NgProbe.

      
      class NgProbeToken {
  constructor(name: string, token: any)
  name: string
  token: any
}
    

构造函数

      
      constructor(name: string, token: any)
    
参数
name string
token any

属性

属性说明
name: string声明在构造函数中
token: any声明在构造函数中