| 235 | } |
| 236 | |
| 237 | class ModuleWithMissingDep { |
| 238 | static ɵinj = ɵɵdefineInjector({ |
| 239 | imports: undefined, |
| 240 | providers: [ServiceWithMissingDep], |
| 241 | }); |
| 242 | } |
| 243 | |
| 244 | class NotAModule {} |
| 245 |
nothing calls this directly
no test coverage detected
searching dependent graphs…