chore: update all import paths

This commit is contained in:
Jeff Cross
2015-08-20 14:28:25 -07:00
parent 10437ab85c
commit 8ed22ce6e7
592 changed files with 1616 additions and 1486 deletions

View File

@ -5,13 +5,13 @@
*/
export {APP_COMPONENT} from 'angular2/src/core/application_tokens';
export {commonBootstrap as bootstrap} from 'angular2/src/core/application_common';
export {Type} from 'angular2/src/facade/lang';
export {Type} from 'angular2/src/core/facade/lang';
export {ApplicationRef} from 'angular2/src/core/application_ref';
// Compiler Related Dependencies.
export {AppRootUrl} from 'angular2/src/services/app_root_url';
export {UrlResolver} from 'angular2/src/services/url_resolver';
export {AppRootUrl} from 'angular2/src/core/services/app_root_url';
export {UrlResolver} from 'angular2/src/core/services/url_resolver';
export {ComponentUrlMapper} from 'angular2/src/core/compiler/component_url_mapper';
export {DirectiveResolver} from 'angular2/src/core/compiler/directive_resolver';
export {Compiler} from 'angular2/src/core/compiler/compiler';
@ -28,4 +28,9 @@ export {ViewContainerRef} from 'angular2/src/core/compiler/view_container_ref';
export {ComponentRef} from 'angular2/src/core/compiler/dynamic_component_loader';
export {NgZone} from 'angular2/src/core/zone/ng_zone';
export {Observable, EventEmitter} from 'angular2/src/facade/async';
export {Observable, EventEmitter} from 'angular2/src/core/facade/async';
// DI
export {Injector} from 'angular2/src/core/di/injector';
export {bind} from 'angular2/src/core/di/binding';
export {Inject} from 'angular2/src/core/di/decorators';