refactor(di): added support for custom dep providers
This commit is contained in:
@ -56,7 +56,8 @@ export {
|
||||
Self,
|
||||
Parent,
|
||||
Ancestor,
|
||||
Unbounded
|
||||
Unbounded,
|
||||
DependencyProvider
|
||||
} from './di';
|
||||
|
||||
export * from './core';
|
||||
|
Reference in New Issue
Block a user