2016-08-31 01:07:40 +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
|
|
|
|
|
*/
|
|
|
|
|
|
2016-09-28 00:12:25 +00:00
|
|
|
|
2016-11-03 18:16:28 +00:00
|
|
|
import {INTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_RENDER_PROVIDERS} from './server';
|
2016-08-31 01:07:40 +00:00
|
|
|
|
2016-12-27 22:55:58 +00:00
|
|
|
export const __platform_server_private__: {
|
2016-11-03 18:16:28 +00:00
|
|
|
INTERNAL_SERVER_PLATFORM_PROVIDERS: typeof INTERNAL_SERVER_PLATFORM_PROVIDERS,
|
|
|
|
|
SERVER_RENDER_PROVIDERS: typeof SERVER_RENDER_PROVIDERS,
|
|
|
|
|
} = {
|
|
|
|
|
INTERNAL_SERVER_PLATFORM_PROVIDERS: INTERNAL_SERVER_PLATFORM_PROVIDERS,
|
|
|
|
|
SERVER_RENDER_PROVIDERS: SERVER_RENDER_PROVIDERS,
|
|
|
|
|
};
|