2015-07-07 02:15:58 -04:00
|
|
|
/**
|
|
|
|
* The `angular2` is the single place to import all of the individual types.
|
|
|
|
*/
|
2015-07-22 13:18:04 -04:00
|
|
|
export {commonBootstrap as bootstrap} from 'angular2/src/core/application_common';
|
|
|
|
|
|
|
|
// 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-07-11 11:26:48 -04:00
|
|
|
export * from './annotations';
|
|
|
|
export * from './change_detection';
|
2015-07-24 17:56:57 -04:00
|
|
|
export * from './core';
|
2015-07-08 15:04:24 -04:00
|
|
|
export * from './di';
|
2015-02-05 16:08:05 -05:00
|
|
|
export * from './directives';
|
2015-06-09 18:18:57 -04:00
|
|
|
export * from './http';
|
2015-07-24 17:56:57 -04:00
|
|
|
export * from './forms';
|
|
|
|
export * from './render';
|