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

Function nativeAppendChild

packages/core/src/render3/dom_node_manipulation.ts:57–60  ·  view source on GitHub ↗
(renderer: Renderer, parent: RElement, child: RNode)

Source from the content-addressed store, hash-verified

55}
56
57export function nativeAppendChild(renderer: Renderer, parent: RElement, child: RNode): void {
58 ngDevMode && assertDefined(parent, 'parent node must be defined');
59 renderer.appendChild(parent, child);
60}
61
62export function nativeAppendOrInsertBefore(
63 renderer: Renderer,

Callers 2

Calls 2

assertDefinedFunction · 0.90
appendChildMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…