mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- render/xhr_* -> compiler/xhr_* - render/event_config -> linker/event_config - render/dom/schema -> compiler/schema - render/dom/compiler/* -> compiler/* - render/dom/view/shared_styles_host -> render/dom/shared_styles_host
4 lines
220 B
TypeScript
4 lines
220 B
TypeScript
// Public API for Services
|
|
export {AppRootUrl} from 'angular2/src/core/compiler/app_root_url';
|
|
export {UrlResolver} from 'angular2/src/core/compiler/url_resolver';
|
|
export {Title} from 'angular2/src/core/services/title';
|