2016-06-23 16:47:54 +00:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Google Inc. All Rights Reserved.
|
|
|
|
|
*
|
|
|
|
|
* 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-15 00:14:40 +00:00
|
|
|
export {PlatformState} from './platform_state';
|
2017-02-15 03:48:48 +00:00
|
|
|
export {ServerModule, platformDynamicServer, platformServer} from './server';
|
|
|
|
|
export {INITIAL_CONFIG, PlatformConfig} from './tokens';
|
2017-02-15 00:14:40 +00:00
|
|
|
export {renderModule, renderModuleFactory} from './utils';
|
|
|
|
|
|
2016-08-31 01:07:40 +00:00
|
|
|
export * from './private_export';
|
2016-12-07 00:21:07 +00:00
|
|
|
export {VERSION} from './version';
|