You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
when decorated and dynamic modules are loaded together presenting InjectableOptions with intersecting ComponentTypes - only entries from last one is used
To Reproduce
Steps to reproduce the behavior:
load 2 or more modules that inject services and one of the modules is decorated and another one is dynamic
only services from decorated module will be actually loaded
Describe the bug
when decorated and dynamic modules are loaded together presenting InjectableOptions with intersecting ComponentTypes - only entries from last one is used
To Reproduce
Steps to reproduce the behavior:
Expected behavior
All services are loaded
Additional context
Fix in PR #133
The text was updated successfully, but these errors were encountered: