2015-07-07 08:15:58 +02:00
|
|
|
/**
|
|
|
|
* The `angular2` is the single place to import all of the individual types.
|
|
|
|
*/
|
2015-07-22 10:18:04 -07:00
|
|
|
|
|
|
|
// 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';
|
2015-07-24 14:56:57 -07:00
|
|
|
export * from './core';
|
2015-07-08 12:04:24 -07:00
|
|
|
export * from './di';
|
2015-02-05 13:08:05 -08:00
|
|
|
export * from './directives';
|
2015-07-24 14:56:57 -07:00
|
|
|
export * from './forms';
|
|
|
|
export * from './render';
|
2015-06-14 16:42:26 -07:00
|
|
|
export * from './profile';
|
2015-08-27 10:39:39 -07:00
|
|
|
export {bootstrap} from 'angular2/src/core/application';
|