refactor(di): added support for custom dep providers

This commit is contained in:
vsavkin
2015-07-06 10:38:12 -07:00
parent e987ac4034
commit 569766fa8b
7 changed files with 94 additions and 45 deletions

View File

@ -56,7 +56,8 @@ export {
Self,
Parent,
Ancestor,
Unbounded
Unbounded,
DependencyProvider
} from './di';
export * from './core';