vsavkin 6edd964a83 chore(core): move compiler out of core
BREAKING CHANGE

All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
2015-11-05 14:44:52 -08:00

5 lines
210 B
TypeScript

// Public API for Services
export {AppRootUrl} from 'angular2/src/compiler/app_root_url';
export {UrlResolver} from 'angular2/src/compiler/url_resolver';
export {Title} from 'angular2/src/core/services/title';