100% type safe Dependency Injection tool for Typescript
English | 简体中文
- [x] 100% type safe.
- [x] No third-party dependencies.
- [x] Lifetime support singleton and transient.
- [x] Support unregister.
- [x] Support multiton register and resolveAll mode.
- [x] Support async dispose.
- [x] Support injector.
- [x] Support register value, function and class.
- [ ] Clear the history register when unregister.
npm install superdi
TODO