| 80 | } |
| 81 | |
| 82 | @Component({ |
| 83 | selector: 'child-child-comp', |
| 84 | template: `<span>ChildChild</span>`, |
| 85 | standalone: false, |
| 86 | }) |
| 87 | @Injectable() |
| 88 | class ChildChildComp {} |
| 89 | |
| 90 | class FancyService { |
| 91 | value: string = 'real value'; |
nothing calls this directly
no test coverage detected
searching dependent graphs…