thiagobustamante / typescript-ioc

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

@InjectValue annotation is not correctly exported #65

Closed aelayeb closed 4 years ago

aelayeb commented 4 years ago

I wanted to use the @InjectValue annotation like in the documentation, but is was not exported at the module level like with @Inject and other annotations. So currently I must import it from 'typescript-ioc/dist/decorators' but I don't think it's the intended way.

fingercoder commented 4 years ago

I also meet it

thiagobustamante commented 4 years ago

Fixed in release 3.2.2