| 61 | class MockChildComp {} |
| 62 | |
| 63 | @Component({ |
| 64 | selector: 'parent-comp', |
| 65 | template: `Parent(<child-comp></child-comp>)`, |
| 66 | standalone: false, |
| 67 | }) |
| 68 | @Injectable() |
| 69 | class ParentComp {} |
| 70 | |
| 71 | @Component({ |
| 72 | selector: 'my-if-comp', |
nothing calls this directly
no test coverage detected
searching dependent graphs…