How to use the @angular/platform-browser-dynamic/testing.__platform_browser_dynamic_private__.DOMTestComponentRenderer 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-server / platform_browser_dynamic_testing_private.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 r} from '@angular/platform-browser-dynamic/testing';

export var DOMTestComponentRenderer: typeof r.DOMTestComponentRenderer = r.DOMTestComponentRenderer;