chore(packaging): update import for the new file structure
This commit is contained in:
12
modules/angular2/di.js
vendored
12
modules/angular2/di.js
vendored
@ -1,7 +1,7 @@
|
||||
export {Inject, InjectPromise, InjectLazy, DependencyAnnotation} from './src/annotations';
|
||||
export {Injector} from './src/injector';
|
||||
export {Binding, Dependency, bind} from './src/binding';
|
||||
export {Key, KeyRegistry} from './src/key';
|
||||
export {Inject, InjectPromise, InjectLazy, DependencyAnnotation} from './src/di/annotations';
|
||||
export {Injector} from './src/di/injector';
|
||||
export {Binding, Dependency, bind} from './src/di/binding';
|
||||
export {Key, KeyRegistry} from './src/di/key';
|
||||
export {KeyMetadataError, NoProviderError, ProviderError, AsyncBindingError, CyclicDependencyError,
|
||||
InstantiationError, InvalidBindingError, NoAnnotationError} from './src/exceptions';
|
||||
export {OpaqueToken} from './src/opaque_token';
|
||||
InstantiationError, InvalidBindingError, NoAnnotationError} from './src/di/exceptions';
|
||||
export {OpaqueToken} from './src/di/opaque_token';
|
||||
|
Reference in New Issue
Block a user