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

Method click

packages/core/test/acceptance/view_insertion_spec.ts:629–631  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627 @ViewChild('container', {read: ViewContainerRef, static: true}) vcr!: ViewContainerRef;
628
629 click() {
630 this.vcr.createComponent(DynamicComponent);
631 }
632 }
633
634 TestBed.configureTestingModule({

Callers 15

forms_e2e_spec.tsFile · 0.45
forms_e2e_spec.tsFile · 0.45
i18n_spec.tsFile · 0.45
outputs_spec.tsFile · 0.45
defer_spec.tsFile · 0.45
listener_spec.tsFile · 0.45
hmr_spec.tsFile · 0.45

Calls 2

createComponentMethod · 0.65
createEmbeddedViewMethod · 0.65

Tested by

no test coverage detected