NgForIdentity<T> constructor
const
NgForIdentity<T> (
- @Optional() TemplateRef? _template,
- @Optional() ViewContainerRef? _container
Implementation
const NgForIdentity(@Optional() this._template, @Optional() this._container);