| 228 | ); |
| 229 | |
| 230 | class OtherModule { |
| 231 | static ɵinj = ɵɵdefineInjector({ |
| 232 | imports: undefined, |
| 233 | providers: [], |
| 234 | }); |
| 235 | } |
| 236 | |
| 237 | class ModuleWithMissingDep { |
| 238 | static ɵinj = ɵɵdefineInjector({ |
nothing calls this directly
no test coverage detected
searching dependent graphs…