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