TestComponentRenderer

class

npm Package @angular/core
Module import { TestComponentRenderer } from '@angular/core/testing';
Source core/testing/src/test_bed.ts

Overview

class TestComponentRenderer {
  insertRootElement(rootElementId: string)
}

Description

An abstract class for inserting the root test component element in a platform independent way.

Members

insertRootElement(rootElementId: string)

© 2010–2018 Google, Inc.
Licensed under the Creative Commons Attribution License 4.0.
https://v5.angular.io/api/core/testing/TestComponentRenderer