| 57 | `, |
| 58 | }) |
| 59 | export class Example implements OnInit { |
| 60 | private _injector = inject(Injector); |
| 61 | private _viewContainerRef = inject(ViewContainerRef); |
| 62 | private _changeDetectorRef = inject(ChangeDetectorRef); |
nothing calls this directly
no outgoing calls
no test coverage detected