RenderComponentType

class deprecated

npm Package @angular/core
Module import { RenderComponentType } from '@angular/core';
Source core/src/render/api.ts

Deprecation Notes

Use RendererType2 (and Renderer2) instead.

Overview

class RenderComponentType {
  constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: Array<string | any[]>, animations: any)
  id: string
  templateUrl: string
  slotCount: number
  encapsulation: ViewEncapsulation
  styles: Array<string | any[]>
  animations: any
}

Constructor

constructor(id: string, templateUrl: string, slotCount: number, encapsulation: ViewEncapsulation, styles: Array<string | any[]>, animations: any)

Members

id: string

templateUrl: string

slotCount: number

encapsulation: ViewEncapsulation

styles: Array<string | any[]>

animations: any

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