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

Method rootNodes

packages/core/src/render3/view_ref.ts:50–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 private exhaustive?: boolean;
49
50 get rootNodes(): any[] {
51 const lView = this._lView;
52 const tView = lView[TVIEW];
53 return collectNativeNodes(tView, lView, tView.firstChild, []);
54 }
55
56 constructor(
57 /**

Callers

nothing calls this directly

Calls 1

collectNativeNodesFunction · 0.90

Tested by

no test coverage detected