UNPKG

angular2

Version:

Angular 2 - a web framework for modern web apps

9 lines 248 B
/** * @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'; export * from './src/compiler/app_root_url';