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

18 lines
604 B
TypeScript
Raw Normal View History

/**
* The `angular2` is the single place to import all of the individual types.
*/
// TODO(someone familiar with systemjs): the exports below are copied from
// angular2_exports.ts. Re-exporting from angular2_exports.ts causes systemjs
// to resolve imports very very very slowly. See also a similar notice in
// bootstrap.ts
2015-08-14 10:03:45 -07:00
export * from './metadata';
2015-07-11 17:26:48 +02:00
export * from './change_detection';
export * from './core';
2015-07-08 12:04:24 -07:00
export * from './di';
export * from './directives';
export * from './forms';
export * from './render';
export * from './profile';
2015-08-27 10:39:39 -07:00
export {bootstrap} from 'angular2/src/core/application';