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