Cookies concent notice

This site uses cookies from Google to deliver its services and to analyze traffic.
Learn more
Skip to main content
Say hello to Angular's future home!Check out Angular.devHome
/

TestComponentRenderer

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

      
      class TestComponentRenderer {
  insertRootElement(rootElementId: string)
  removeAllRootElements()?
}
    

Provided in

Methods

      
      insertRootElement(rootElementId: string)
    
Parameters
rootElementId string
      
      removeAllRootElements()?
    
Parameters

There are no parameters.