EmbeddedViewRef

EmbeddedViewRef

Experimental Class

Class Overview

class EmbeddedViewRef extends ViewRef {
  C 
  context : C
  rootNodes : any[]
}

Class Description

Represents an Angular View.

A View is a fundamental building block of the application UI. It is the smallest grouping of Elements which are created and destroyed together.

Properties of elements in a View can change, but the structure (number and order) of elements in a View cannot. Changing the structure of Elements can only be done by inserting, moving or removing nested Views via a ViewCo