A "module with providers" does not pass providers when imported to another imported module.
Offen
- Vorherrschende Sprache
- TypeScript
- Sterne
- 0
- Forks
- 0
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
When a module `A` imports a `ModuleWithProviders` all is good.
When module `B` imports `A`, the module `B` will not see the `ModuleWithProviders.providers` data that was made available to module `A`.
This can cause "no-provider-found" errors incorrectly.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.