On this page
DebugNode
interface
interface DebugNode {
  listeners: EventListener[]
  parent: DebugElement | null
  nativeNode: any
  injector: Injector
  componentInstance: any
  context: any
  references: {...}
  providerTokens: any[]
}
   Child interfaces
Properties
| Property | Description | 
|---|---|
listeners: EventListener[] | 
       Read-only. | 
parent: DebugElement | null | 
       Read-only. | 
nativeNode: any | 
       Read-only. | 
injector: Injector | 
       Read-only. | 
componentInstance: any | 
       Read-only. | 
context: any | 
       Read-only. | 
references: { [key: string]: any; } | 
       Read-only. | 
providerTokens: any[] | 
       Read-only. | 
© 2010–2019 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
 https://v7.angular.io/api/core/DebugNode