Files
angular-docs-cn/modules/angular2/compiler.ts
T

9 lines
248 B
TypeScript
Raw Normal View History

2015-11-05 14:07:57 -08:00
/**
* @module
* @description
* Starting point to import all compiler APIs.
*/
export * from './src/compiler/url_resolver';
2015-11-13 11:21:16 -08:00
export * from './src/compiler/xhr';
2015-11-17 15:24:36 -08:00
export * from './src/compiler/compiler';
export * from './src/compiler/app_root_url';