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.
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.