0.1.1 • Published 7 years ago

deuter-di v0.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Deuter Dependency Injection

Simple dependency injection for TypeScript inspired by awesome Angular framework. Instantiates classes providing them with automatically resolved providers.

Installation

npm install deuter-di

And then in your code

import { Injector } from 'deuter-di';

Features

  • Automatic resolution of providers
  • Injector hierarchy
  • ...and more to come!

API

API documentation is undergoing construction

License

MIT