BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
5 lines
210 B
TypeScript
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';
|