fix(compiler): remove AppRootUrl

Related to #5815

This should not break anything because AppRootUrl wasn't actually
being used by the compiler anymore.
This commit is contained in:
Jeff Cross
2015-12-10 16:11:53 -08:00
parent b1b0593ddf
commit ed2c25eb2f
8 changed files with 6 additions and 32 deletions

View File

@ -1,6 +1,6 @@
export * from '../common';
export * from '../core';
export * from '../platform/worker_app';
export {UrlResolver, AppRootUrl} from '../compiler';
export {UrlResolver} from '../compiler';
export * from '../instrumentation';
export * from 'angular2/src/platform/worker_app';