MCPcopy Create free account
hub / github.com/angular/angular / MultiProviderA

Class MultiProviderA

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

Source from the content-addressed store, hash-verified

272 }
273
274 class MultiProviderA {
275 static ɵinj = ɵɵdefineInjector({
276 providers: [{provide: LOCALE, multi: true, useValue: 'A'}],
277 });
278 }
279
280 class MultiProviderB {
281 static ɵinj = ɵɵdefineInjector({

Callers

nothing calls this directly

Calls 1

ɵɵdefineInjectorFunction · 0.90

Tested by

no test coverage detected