2015-09-03 22:01:36 -07:00
|
|
|
// Public API for Application
|
|
|
|
export {APP_COMPONENT} from './application_tokens';
|
2015-09-02 15:19:26 -07:00
|
|
|
export {platform, commonBootstrap as bootstrap} from './application_common';
|
2015-09-21 16:48:16 -07:00
|
|
|
export {
|
|
|
|
PlatformRef,
|
|
|
|
ApplicationRef,
|
|
|
|
applicationCommonBindings,
|
|
|
|
createNgZone,
|
|
|
|
platformCommon,
|
|
|
|
platformBindings
|
|
|
|
} from './application_ref';
|