Skip to content

Commit b9cf945

Browse files
committed
chore(di): do not double export DI
1 parent 5b8ce1e commit b9cf945

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

modules/angular2/core.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,3 @@ export {ComponentRef} from 'angular2/src/core/compiler/dynamic_component_loader'
2828

2929
export {NgZone} from 'angular2/src/core/zone/ng_zone';
3030
export {Observable, EventEmitter} from 'angular2/src/core/facade/async';
31-
32-
// DI
33-
export {Injector} from 'angular2/src/core/di/injector';
34-
export {bind} from 'angular2/src/core/di/binding';
35-
export {Inject} from 'angular2/src/core/di/decorators';

0 commit comments

Comments
 (0)