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

7 lines
162 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';
export * from './src/compiler/xhr';