Dependency Injection in JavaScript (TypeScript)

Dependency Injection in JavaScript (TypeScript)

inversify
https://github.com/inversify/InversifyJS

typedi
https://github.com/typestack/typedi

- less popular than inversify, but does seem simple

Angular's dependency injection source code (not immediately reusable)
https://github.com/angular/angular/tree/master/packages/core/src/di


Comments