tsreflect-ioc
Version:
Inversion of control and Dependency injection framework for typescript based on the tsreflect-compiler package.
11 lines • 461 B
text/typescript
/// <reference path="typings/node.d.ts" />
/// <reference path="typings/tsreflect-compiler.d.ts" />
/// <reference path="typings/tsreflect.d.ts" />
/// <reference path="typings/browserify.d.ts" />
/// <reference path="array.ts" />
/// <reference path="object.ts" />
/// <reference path="string.ts" />
/// <reference path="compiler.ts" />
/// <reference path="container.ts" />
/// <reference path="helper.ts" />
/// <reference path="reflector.ts" />