How to use the @angular/platform-browser-dynamic.__platform_browser_dynamic_private__.INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS function in @angular/platform-browser-dynamic

To help you get started, we’ve selected a few @angular/platform-browser-dynamic 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 angular / angular / modules / @angular / platform-browser-dynamic / testing / private_import_platform-browser-dynamic.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_browser_dynamic_private__ as _} from '@angular/platform-browser-dynamic';

export const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS:
    typeof _.INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS =
    _.INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS;