Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: module loader: decorated and dynamic modules #134

Closed
vkislichenko opened this issue Oct 6, 2022 · 0 comments
Closed

[BUG]: module loader: decorated and dynamic modules #134

vkislichenko opened this issue Oct 6, 2022 · 0 comments

Comments

@vkislichenko
Copy link
Contributor

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:

  1. load 2 or more modules that inject services and one of the modules is decorated and another one is dynamic
  2. only services from decorated module will be actually loaded

Expected behavior
All services are loaded

Additional context
Fix in PR #133

@adrien2p adrien2p closed this as completed Oct 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants