MCPcopy Create free account
hub / github.com/angular/angular / getParentRElement

Function getParentRElement

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

Source from the content-addressed store, hash-verified

487 * @param lView: Current `LView`.
488 */
489export function getParentRElement(tView: TView, tNode: TNode, lView: LView): RElement | null {
490 return getClosestRElement(tView, tNode.parent, lView);
491}
492
493/**
494 * 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