export class RenderViewRef
export class RenderViewRef
exported from angular2/core defined in angular2/src/core/render/api.ts (line 56)
Represents an Angular View in the Rendering Context.
RenderViewRef
specifies to the Renderer
what View to update or destroy.
Unlike a ViewRef
available in the Application Context, Render View contains all the
static Component Views that have been recursively merged into a single Render View.
Each RenderViewRef
contains one or more Render Fragments, these
Fragments are created, hydrated, dehydrated and destroyed as a single unit together with the
View.