thiagobustamante / typescript-ioc

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

Enable multiple constructor arguments #1

Closed mnemonic101 closed 8 years ago

mnemonic101 commented 8 years ago

Hi Thiago,

Could you please review my changes and elaborate on the problem having multiple injected constructor arguments passed in the correct order?

I didn't dive deep into the code, hence I can't say if my solution is correct. But it makes all tests pass!

TIA mnemonic101

thiagobustamante commented 8 years ago

Hi,

Thank you for the commit. Your code is ok