angular/modules/angular2/compiler.ts
2015-11-12 13:40:29 -08:00

7 lines
No EOL
162 B
TypeScript

/**
* @module
* @description
* Starting point to import all compiler APIs.
*/
export * from './src/compiler/url_resolver';
export * from './src/compiler/xhr';