InversifyJS icon indicating copy to clipboard operation
InversifyJS copied to clipboard

A powerful and lightweight inversion of control container for JavaScript & Node.js apps powered by TypeScript.

Results 173 InversifyJS issues
Sort by recently updated
recently updated
newest added

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

Suggestion

When using `inversify-vanillajs-helpers` with webpack im seeing its being packed together with `inversify` adding unnecessary size: ![inversify_duplicate_00](https://user-images.githubusercontent.com/2124257/37557147-92628116-2a00-11e8-9a1a-b1325662956a.png) ## 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...