| 1110 | describe('ViewContainerRef', () => { |
| 1111 | it('should work with ViewContainerRef.createComponent', async () => { |
| 1112 | @Component({ |
| 1113 | selector: 'dynamic', |
| 1114 | template: ` <span>This is a content of a dynamic component.</span> `, |
| 1115 | }) |
| 1116 | class DynamicComponent {} |
| 1117 | |
| 1118 | @Component({ |
| 1119 | selector: 'app', |
nothing calls this directly
no test coverage detected
searching dependent graphs…