(target: any)
| 759 | constructor(public injector: EnvironmentInjector) {} |
| 760 | |
| 761 | createDynamicComponent(target: any) { |
| 762 | createComponent(DynamicComponent, { |
| 763 | hostElement: target, |
| 764 | environmentInjector: this.injector, |
| 765 | }); |
| 766 | } |
| 767 | } |
| 768 | |
| 769 | function _document(): any { |
no test coverage detected