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

Method appendChildren

packages/compiler/src/typecheck/ops/scope.ts:523–527  ·  view source on GitHub ↗
(node: Node & {children: Node[]})

Source from the content-addressed store, hash-verified

521 }
522
523 private appendChildren(node: Node & {children: Node[]}) {
524 for (const child of node.children) {
525 this.appendNode(child);
526 }
527 }
528
529 private checkAndAppendReferencesOfNode(node: Element | Template | Component | Directive): void {
530 for (const ref of node.references) {

Callers 3

appendNodeMethod · 0.95
appendComponentNodeMethod · 0.95
appendDeferredBlockMethod · 0.95

Calls 1

appendNodeMethod · 0.95

Tested by

no test coverage detected