| 172 | } |
| 173 | |
| 174 | class IntermediateModule { |
| 175 | static ɵinj = ɵɵdefineInjector({ |
| 176 | imports: [DeepModule.safe()], |
| 177 | providers: [], |
| 178 | }); |
| 179 | } |
| 180 | |
| 181 | class InjectorWithDep { |
| 182 | constructor(readonly service: Service) {} |
nothing calls this directly
no test coverage detected
searching dependent graphs…