mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Fixes that the runtime was throwing a DI error when attempting to inject a missing `useExisting` provider, despite the call being optional. The problem was that when the provider has `useExisting`, we do a second `inject` call under the hood which didn't include the inject flags from the original call. Fixes #61121. PR Close #61152 |
||
|---|---|---|
| .. | ||
| global | ||
| primitives | ||
| rxjs-interop | ||
| schematics | ||
| src | ||
| test | ||
| testing | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||