thiagobustamante / typescript-ioc

A Lightweight annotation-based dependency injection container for typescript.
MIT License
524 stars 64 forks source link

ContainerConfiguration.factory not working as expected #76

Closed ASafaeirad closed 3 years ago

ASafaeirad commented 3 years ago

Hi there, factory option in Container.configure not working as expected.

typescript-ioc: "3.2.2"
typescript: "4.0.5"

for more investigation you can take a look at this sandbox.

ASafaeirad commented 3 years ago

Sorry, my fault. I should not use to and factory at the same time.