cleanup(di): change di.js to declare all exported symbols
This commit is contained in:
parent
739f624cc8
commit
e5dbc69f42
|
@ -1,7 +1,7 @@
|
|||
export * from './annotations';
|
||||
export * from './injector';
|
||||
export * from './binding';
|
||||
export * from './key';
|
||||
export * from './module';
|
||||
export * from './exceptions';
|
||||
export * from './opaque_token';
|
||||
export {Inject, InjectPromise, InjectLazy, DependencyAnnotation} from './annotations';
|
||||
export {Injector} from './injector';
|
||||
export {Binding, Dependency, bind} from './binding';
|
||||
export {Key, KeyRegistry} from './key';
|
||||
export {KeyMetadataError, NoProviderError, ProviderError, AsyncBindingError, CyclicDependencyError,
|
||||
InstantiationError, InvalidBindingError, NoAnnotationError} from './exceptions';
|
||||
export {OpaqueToken} from './opaque_token';
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
export class Module {}
|
Loading…
Reference in New Issue