Files
angular-docs-cn/modules/angular2/angular2.ts
T

7 lines
175 B
TypeScript
Raw Normal View History

export * from './common';
export * from './core';
export * from './profile';
export * from './lifecycle_hooks';
2015-11-13 11:21:16 -08:00
export * from './platform/browser';
2015-10-26 20:17:46 -07:00
export * from './upgrade';