angular-cn/modules/angular2/angular2.ts

8 lines
227 B
TypeScript

export * from './common';
export * from './core';
export * from './profile';
export * from './lifecycle_hooks';
export * from './platform/browser';
export * from './upgrade';
export {UrlResolver, AppRootUrl} from './compiler';