| 53 | } |
| 54 | |
| 55 | @Component({ |
| 56 | selector: 'child-comp', |
| 57 | template: `<span>Mock</span>`, |
| 58 | standalone: false, |
| 59 | }) |
| 60 | @Injectable() |
| 61 | class MockChildComp {} |
| 62 | |
| 63 | @Component({ |
| 64 | selector: 'parent-comp', |
nothing calls this directly
no test coverage detected
searching dependent graphs…