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

Method createContent

packages/core/test/acceptance/content_spec.ts:2189–2191  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2187 @ViewChild('ref', {read: ViewContainerRef}) viewContainerRef!: ViewContainerRef;
2188
2189 createContent() {
2190 this.viewContainerRef.createEmbeddedView(this.template);
2191 }
2192 }
2193
2194 @Component({

Callers 1

content_spec.tsFile · 0.80

Calls 1

createEmbeddedViewMethod · 0.65

Tested by

no test coverage detected