TemplatePortal constructor

TemplatePortal(
  1. TemplateRef template,
  2. ViewContainerRef viewContainer
)

Implementation

TemplatePortal(this.template, this.viewContainer) {
  //assert(template != null);
  //assert(viewContainer != null);
}