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

Function nativeRemoveNode

packages/core/src/render3/dom_node_manipulation.ts:87–94  ·  view source on GitHub ↗
(
  renderer: Renderer,
  rNode: RNode,
  isHostElement?: boolean,
  requireSynchronousElementRemoval?: boolean,
)

Source from the content-addressed store, hash-verified

85 * removal from the DOM.
86 */
87export function nativeRemoveNode(
88 renderer: Renderer,
89 rNode: RNode,
90 isHostElement?: boolean,
91 requireSynchronousElementRemoval?: boolean,
92): void {
93 renderer.removeChild(null, rNode, isHostElement, requireSynchronousElementRemoval);
94}
95
96/**
97 * Clears the contents of a given RElement.

Callers 5

enforceIframeSecurityFunction · 0.90
applyIcuSwitchCaseRemoveFunction · 0.90
cleanupDehydratedIcuDataFunction · 0.90
removeDehydratedViewFunction · 0.90

Calls 1

removeChildMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…