mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ed2c25eb2f
Related to #5815 This should not break anything because AppRootUrl wasn't actually being used by the compiler anymore.
8 lines
203 B
TypeScript
8 lines
203 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* Starting point to import all compiler APIs.
|
|
*/
|
|
export * from './src/compiler/url_resolver';
|
|
export * from './src/compiler/xhr';
|
|
export * from './src/compiler/compiler'; |