export class RenderProtoViewRef
export class RenderProtoViewRef
exported from angular2/core defined in angular2/src/core/render/api.ts (line 3)
Represents an Angular ProtoView in the Rendering Context.
When you implement a custom Renderer
, RenderProtoViewRef
specifies what Render View
your renderer should create.
RenderProtoViewRef
is a counterpart to ProtoViewRef
available in the Application
Context. But unlike ProtoViewRef
, RenderProtoViewRef
contains all static nested Proto Views
that are recursively merged into a single Render Proto View.