| 444 | class SomeComponent {} |
| 445 | |
| 446 | @Component({ |
| 447 | selector: 'comp', |
| 448 | template: 'someOtherText', |
| 449 | standalone: false, |
| 450 | }) |
| 451 | class SomeOtherComponent {} |
| 452 | |
| 453 | @NgModule({declarations: [SomeComponent, SomeDirective, SomePipe]}) |
| 454 | class SomeModule {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…