NgForIdentity<T> constructor

const NgForIdentity<T>(
  1. @Optional() TemplateRef? _template,
  2. @Optional() ViewContainerRef? _container
)

Implementation

const NgForIdentity(@Optional() this._template, @Optional() this._container);