Jeff Cross ed2c25eb2f fix(compiler): remove AppRootUrl
Related to #5815

This should not break anything because AppRootUrl wasn't actually
being used by the compiler anymore.
2015-12-12 00:58:56 +00:00

7 lines
219 B
TypeScript

export * from '../common';
export * from '../core';
export * from '../platform/worker_app';
export {UrlResolver} from '../compiler';
export * from '../instrumentation';
export * from 'angular2/src/platform/worker_app';