| 284 | } |
| 285 | |
| 286 | class WithProvidersTest { |
| 287 | static ɵinj = ɵɵdefineInjector({ |
| 288 | imports: [ |
| 289 | {ngModule: MultiProviderA, providers: [{provide: LOCALE, multi: true, useValue: 'C'}]}, |
| 290 | MultiProviderB, |
| 291 | ], |
| 292 | providers: [], |
| 293 | }); |
| 294 | } |
| 295 | |
| 296 | let injector: Injector; |
| 297 |
nothing calls this directly
no test coverage detected
searching dependent graphs…