NgProbeToken

class

npm Package @angular/core
Module import { NgProbeToken } from '@angular/core';
Source core/src/application_ref.ts

Overview

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

Description

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

Constructor

constructor(name: string, token: any)

Members

name: string

token: any

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