Closed cesalberca closed 4 years ago
Is not going to work because the library is using the internal container https://github.com/CKGrafico/inversify-props/blob/master/src/lib/helpers.ts#L59 but is a good feature
Thanks for answering! Yeah, I think it'll be a good enhancement 🙂
Hello I just published a version 2.0.0-alpha2 if you want to check you will find the code in v2 branch https://github.com/CKGrafico/inversify-props/tree/v2
Thanks, I'll check it out!
Hey! Great utility library!
I would like to have my own container using inversify and somehow be able to tell inversify-props to hook up with an existing container. For instance:
And then in the component:
Is this possible?