NgIf constructor

NgIf(
  1. ViewContainerRef _viewContainer,
  2. TemplateRef _templateRef
)

Implementation

NgIf(this._viewContainer, this._templateRef);