NgProbeToken

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)
      
      constructor(name: string, token: any)
    
参数
name string
token any

属性

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