@angular/core

Renderer2

Class

Extend this base class to implement custom rendering. By default, Angular renders a template into DOM. You can use custom rendering to intercept rendering calls, or to render to something other than DOM.

  
    abstract class Renderer2 {}
  
  
Jump to details