2016-08-30 18:07:40 -07: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-27 17:12:25 -07:00
|
|
|
|
2016-11-03 11:16:28 -07:00
|
|
|
import {INTERNAL_SERVER_PLATFORM_PROVIDERS, SERVER_RENDER_PROVIDERS} from './server';
|
2016-08-30 18:07:40 -07:00
|
|
|
|
2016-11-03 11:16:28 -07:00
|
|
|
export var __platform_server_private__: {
|
|
|
|
|
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,
|
|
|
|
|
};
|