Bones/node_modules/angular2/compiler.d.ts

9 lines
204 B
TypeScript
Raw Normal View History

2017-05-17 13:45:25 -04:00
/**
* @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';