InversifyJS
InversifyJS copied to clipboard
A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.
Lets say i have a series of modules defined for an app. Each module adds certain features to the app. I know that modules will provide services that implement certain...
When using `inversify-vanillajs-helpers` with webpack im seeing its being packed together with `inversify` adding unnecessary size:  ## Expected Behavior After installing `inversify-vanillajs-helpers` I don't get `inversify` in its dependencies...
Hi, me again 😅 I'm creating an issue related to issue #595, but this time the solution you proposed won't work. I'll try to keep it simple and concise. The...