On this page
DebugNode
class
class DebugNode {
  constructor(nativeNode: any, parent: DebugNode | null, _debugContext: DebugContext)
  nativeNode: any
  listeners: EventListener[]
  parent: DebugElement | null
  injector: Injector
  componentInstance: any
  context: any
  references: {...}
  providerTokens: any[]
}
   Subclasses
Constructor
  | 
      
| nativeNode | Type:   | 
          
| parent | Type:   | 
          
| _debugContext | Type:   | 
          
Properties
| Property | Description | 
|---|---|
nativeNode: any | 
       |
listeners: EventListener[] | 
       |
parent: DebugElement | null | 
       |
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://v6.angular.io/api/core/DebugNode