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

Method visitContent

packages/compiler/src/render3/view/t2_binder.ts:440–442  ·  view source on GitHub ↗
(content: Content)

Source from the content-addressed store, hash-verified

438 }
439
440 visitContent(content: Content) {
441 this.ingestScopedNode(content);
442 }
443
444 visitContentBlock(block: ContentBlock) {
445 this.ingestScopedNode(block);

Callers

nothing calls this directly

Calls 1

ingestScopedNodeMethod · 0.95

Tested by

no test coverage detected