MCPcopy Index your code
hub / github.com/angular/angular / WithProvidersTest

Class WithProvidersTest

packages/core/test/di/r3_injector_spec.ts:286–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ɵɵdefineInjectorFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…