()
| 658 | constructor(private _injector: EnvironmentInjector) {} |
| 659 | |
| 660 | createComponent() { |
| 661 | return createComponent(CompA, { |
| 662 | environmentInjector: this._injector, |
| 663 | hostElement: document.createElement('div'), |
| 664 | }); |
| 665 | } |
| 666 | } |
| 667 | |
| 668 | @Component({ |
nothing calls this directly
no test coverage detected