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

8 lines
203 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-12-10 16:11:53 -08:00
export * from './src/compiler/compiler';