We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b8ce1e commit b9cf945Copy full SHA for b9cf945
1 file changed
modules/angular2/core.ts
@@ -28,8 +28,3 @@ export {ComponentRef} from 'angular2/src/core/compiler/dynamic_component_loader'
28
29
export {NgZone} from 'angular2/src/core/zone/ng_zone';
30
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