Help Angular by taking a 1 minute survey!Go to surveyHome

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

constructor(name: string, token: any)
      
      constructor(name: string, token: any)
    
Parameters
name string
token any

Properties

Property Description
name: string Declared in constructor.
token: any Declared in constructor.