NgProbeToken

From Get docs
< @angular/coreAngular/docs/8/api/core/ngprobetoken


NgProbeToken

class

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)

Parameters
name string
token any


Properties

Property Description
name: string Declared in Constructor
token: any Declared in Constructor


© 2010–2020 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v8.angular.io/api/core/NgProbeToken