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

Function getParentRElement

packages/core/src/render3/node_manipulation.ts:483–485  ·  view source on GitHub ↗
(tView: TView, tNode: TNode, lView: LView)

Source from the content-addressed store, hash-verified

481 * @param lView: Current `LView`.
482 */
483export function getParentRElement(tView: TView, tNode: TNode, lView: LView): RElement | null {
484 return getClosestRElement(tView, tNode.parent, lView);
485}
486
487/**
488 * Get closest `RElement` or `null` if it can't be found.

Callers 3

describeExpectedDomFunction · 0.90
appendChildFunction · 0.85
applyProjectionFunction · 0.85

Calls 1

getClosestRElementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…