Typejector

Standalone, powerful dependency injector for TypeScript and Javascript

MIT License

Downloads
111
Stars
31
Committers
2

Typejector

Standalone, powerful dependency injector for TypeScript and Javascript

Good news, version 0.3 is available now.

The main concept of DI is based on powerful Spring DI container with all magic in it.

##Requirement

EcmaScript 5 or higer and Typescript 1.5 or higer

NOTE: Unfortunately, project dose not support TypeScript 1.7 ('Why?' - here).

How to install it?

$ npm install typejector

For using project source code

///<reference path="node_modules/typejector/Typejector/app.ts"/>

For using in scripts dependency

///<reference path="node_modules/typejector/Typejector/Compiled/typejector.d.ts"/>

How to use it?

To understand how to use Typejector looks at the Getting Started section.