2016-06-23 09:47:54 -07:00
|
|
|
/**
|
|
|
|
* @license
|
2020-05-19 12:08:49 -07:00
|
|
|
* Copyright Google LLC All Rights Reserved.
|
2016-06-23 09:47:54 -07:00
|
|
|
*
|
|
|
|
* Use of this source code is governed by an MIT-style license that can be
|
|
|
|
* found in the LICENSE file at https://angular.io/license
|
|
|
|
*/
|
|
|
|
|
2017-02-14 16:14:40 -08:00
|
|
|
export {PlatformState} from './platform_state';
|
2020-04-13 16:40:21 -07:00
|
|
|
export {platformDynamicServer, platformServer, ServerModule} from './server';
|
2017-09-04 00:38:42 -07:00
|
|
|
export {BEFORE_APP_SERIALIZED, INITIAL_CONFIG, PlatformConfig} from './tokens';
|
2017-09-11 00:18:55 -07:00
|
|
|
export {ServerTransferStateModule} from './transfer_state';
|
2017-02-14 16:14:40 -08:00
|
|
|
export {renderModule, renderModuleFactory} from './utils';
|
|
|
|
|
2016-08-30 18:07:40 -07:00
|
|
|
export * from './private_export';
|
2016-12-06 16:21:07 -08:00
|
|
|
export {VERSION} from './version';
|