How to use the @angular/platform-server.__platform_server_private__.INTERNAL_SERVER_PLATFORM_PROVIDERS function in @angular/platform-server

To help you get started, we’ve selected a few @angular/platform-server examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github VadimDez / ng2-pdf-viewer / build / lib / @angular / platform-server / testing / private_import_platform_server.js View on Github external
/**
 * @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
 */
import { __platform_server_private__ as _ } from '@angular/platform-server';
export var INTERNAL_SERVER_PLATFORM_PROVIDERS = _.INTERNAL_SERVER_PLATFORM_PROVIDERS;
export var SERVER_RENDER_PROVIDERS = _.SERVER_RENDER_PROVIDERS;
//# sourceMappingURL=private_import_platform_server.js.map
github dharmeshpipariya-zz / md2 / libs / @angular / platform-server / testing / private_import_platform_server.js View on Github external
/**
 * @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
 */
import { __platform_server_private__ as _ } from '@angular/platform-server';
export var INTERNAL_SERVER_PLATFORM_PROVIDERS = _.INTERNAL_SERVER_PLATFORM_PROVIDERS;
export var SERVER_RENDER_PROVIDERS = _.SERVER_RENDER_PROVIDERS;
//# sourceMappingURL=private_import_platform_server.js.map
github angular / angular / modules / @angular / platform-server / testing / private_import_platform_server.ts View on Github external
/**
 * @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
 */

import {__platform_server_private__ as _} from '@angular/platform-server';

export const INTERNAL_SERVER_PLATFORM_PROVIDERS: typeof _.INTERNAL_SERVER_PLATFORM_PROVIDERS =
    _.INTERNAL_SERVER_PLATFORM_PROVIDERS;
export const SERVER_RENDER_PROVIDERS: typeof _.SERVER_RENDER_PROVIDERS = _.SERVER_RENDER_PROVIDERS;
github Promact / md2 / libs / @angular / platform-server / testing / private_import_platform_server.js View on Github external
/**
 * @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
 */
import { __platform_server_private__ as _ } from '@angular/platform-server';
export var INTERNAL_SERVER_PLATFORM_PROVIDERS = _.INTERNAL_SERVER_PLATFORM_PROVIDERS;
export var SERVER_RENDER_PROVIDERS = _.SERVER_RENDER_PROVIDERS;
//# sourceMappingURL=private_import_platform_server.js.map