()
| 570 | @ViewChild('container', {read: ViewContainerRef, static: true}) vcr!: ViewContainerRef; |
| 571 | |
| 572 | click() { |
| 573 | this.vcr.createComponent(DynamicComponent); |
| 574 | } |
| 575 | } |
| 576 | |
| 577 | const fixture = TestBed.createComponent(AppComponent); |
no test coverage detected