@@ -13,32 +13,32 @@ import {BrowserDomAdapter} from 'angular2/src/core/dom/browser_adapter';
1313import { BrowserGetTestability } from 'angular2/src/core/testability/browser_testability' ;
1414import { DOM } from 'angular2/src/core/dom/dom_adapter' ;
1515import { Promise , PromiseWrapper , PromiseCompleter } from 'angular2/src/core/facade/async' ;
16- import { XHR } from 'angular2/src/core/render /xhr' ;
17- import { XHRImpl } from 'angular2/src/core/render /xhr_impl' ;
16+ import { XHR } from 'angular2/src/core/compiler /xhr' ;
17+ import { XHRImpl } from 'angular2/src/core/compiler /xhr_impl' ;
1818import {
1919 EventManager ,
2020 DomEventsPlugin ,
2121 EVENT_MANAGER_PLUGINS
2222} from 'angular2/src/core/render/dom/events/event_manager' ;
2323import { KeyEventsPlugin } from 'angular2/src/core/render/dom/events/key_events' ;
2424import { HammerGesturesPlugin } from 'angular2/src/core/render/dom/events/hammer_gestures' ;
25- import { AppRootUrl } from 'angular2/src/core/services /app_root_url' ;
26- import { AnchorBasedAppRootUrl } from 'angular2/src/core/services /anchor_based_app_root_url' ;
25+ import { AppRootUrl } from 'angular2/src/core/compiler /app_root_url' ;
26+ import { AnchorBasedAppRootUrl } from 'angular2/src/core/compiler /anchor_based_app_root_url' ;
2727import {
2828 ComponentRef ,
2929 DynamicComponentLoader
3030} from 'angular2/src/core/linker/dynamic_component_loader' ;
3131import { TestabilityRegistry , Testability } from 'angular2/src/core/testability/testability' ;
3232import { Renderer } from 'angular2/src/core/render/api' ;
3333import { DomRenderer , DOCUMENT , APP_ID_RANDOM_BINDING } from 'angular2/src/core/render/render' ;
34- import { ElementSchemaRegistry } from 'angular2/src/core/render/dom /schema/element_schema_registry' ;
34+ import { ElementSchemaRegistry } from 'angular2/src/core/compiler /schema/element_schema_registry' ;
3535import {
3636 DomElementSchemaRegistry
37- } from 'angular2/src/core/render/dom /schema/dom_element_schema_registry' ;
37+ } from 'angular2/src/core/compiler /schema/dom_element_schema_registry' ;
3838import {
3939 SharedStylesHost ,
4040 DomSharedStylesHost
41- } from 'angular2/src/core/render/dom/view/ shared_styles_host' ;
41+ } from 'angular2/src/core/render/dom/shared_styles_host' ;
4242import { EXCEPTION_BINDING } from './platform_bindings' ;
4343import { AnimationBuilder } from 'angular2/src/animate/animation_builder' ;
4444import { BrowserDetails } from 'angular2/src/animate/browser_details' ;
0 commit comments