BREAKING CHANGE All imports from 'angular2/core/compiler' should be changed to 'angular2/compiler'.
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
/**
|
|
* @module
|
|
* @description
|
|
* Starting point to import all compiler APIs.
|
|
*/
|
|
export * from './src/compiler/url_resolver';
|
|
export * from './src/compiler/xhr'; |