DEV Community

Discussion on: Dependency injection in TypeScript applications powered by InversifyJS

Collapse
 
thohoh profile image
Alex Kozlov • Edited

Thank you for the article. Inversify brough good things in Javascript.

There's also a library called "container-ioc" and is also for Javascript/Typescript & Node.js apps.
It has almost 1 to 1 Angular 4 API and makes use of providers for registration.

I found it more flexible and easier to use in most of my projects.
npmjs.com/package/container-ioc