NgIf constructor

NgIf(
  1. @Optional() ViewContainerRef? _viewContainer,
  2. @Optional() TemplateRef? _templateRef
)

Implementation

NgIf(@Optional() this._viewContainer, @Optional() this._templateRef);