createEmbeddedView abstract method

EmbeddedViewRef createEmbeddedView(
  1. TemplateRef templateRef
)

Instantiates templateRef and appends it into this container.

Returns the newly created view.

Implementation

EmbeddedViewRef createEmbeddedView(TemplateRef templateRef);