NgProbeToken
A token for third-party components that can register themselves with NgProbe.
class NgProbeToken {
constructor(name: string, token: any)
name: string
token: any
}
构造函数
属性
属性 | 说明 |
---|---|
name: string | Declared in constructor. |
token: any | Declared in constructor. |