NgFor constructor
NgFor(
- @Optional() ViewContainerRef? _viewContainer,
- @Optional() TemplateRef? _templateRef
Implementation
NgFor(@Optional() this._viewContainer, @Optional() this._templateRef);