MCPcopy Index your code
hub / github.com/angular/angular / constructor

Method constructor

packages/core/src/debug/debug_node.ts:137–140  ·  view source on GitHub ↗
(nativeNode: Element)

Source from the content-addressed store, hash-verified

135 */
136export class DebugElement extends DebugNode {
137 constructor(nativeNode: Element) {
138 ngDevMode && assertDomNode(nativeNode);
139 super(nativeNode);
140 }
141
142 /**
143 * The underlying DOM element at the root of the component.

Callers

nothing calls this directly

Calls 1

assertDomNodeFunction · 0.90

Tested by

no test coverage detected