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

Class MultiProviderB

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

Source from the content-addressed store, hash-verified

278 }
279
280 class MultiProviderB {
281 static ɵinj = ɵɵdefineInjector({
282 providers: [{provide: LOCALE, multi: true, useValue: 'B'}],
283 });
284 }
285
286 class WithProvidersTest {
287 static ɵinj = ɵɵdefineInjector({

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…