NgForIdentity<T> constructor

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

Implementation

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