12 lines
311 B
TypeScript
12 lines
311 B
TypeScript
// Public API for Application
|
|
export {APP_COMPONENT} from './application_tokens';
|
|
export {platform, commonBootstrap as bootstrap} from './application_common';
|
|
export {
|
|
PlatformRef,
|
|
ApplicationRef,
|
|
applicationCommonBindings,
|
|
createNgZone,
|
|
platformCommon,
|
|
platformBindings
|
|
} from './application_ref';
|