2016-06-23 12:47:54 -04: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-14 19:14:40 -05:00
|
|
|
export {PlatformState} from './platform_state';
|
2017-02-14 22:48:48 -05:00
|
|
|
export {ServerModule, platformDynamicServer, platformServer} from './server';
|
|
|
|
export {INITIAL_CONFIG, PlatformConfig} from './tokens';
|
2017-02-14 19:14:40 -05:00
|
|
|
export {renderModule, renderModuleFactory} from './utils';
|
|
|
|
|
2016-08-30 21:07:40 -04:00
|
|
|
export * from './private_export';
|
2016-12-06 19:21:07 -05:00
|
|
|
export {VERSION} from './version';
|