angular/modules/angular2/angular2.ts
2015-11-12 13:40:29 -08:00

6 lines
168 B
TypeScript

export * from './common';
export * from './core';
export * from './profile';
export * from './lifecycle_hooks';
export * from './bootstrap';
export * from './upgrade';