A guide about ngFor directive and all its features like trackBy etc. — Using the *ngFor directive, a section of an HTML template is repeated once for each item in an iterable list (Collection). Similar to ngRepeat in AngularJS, the ngFor is a structural directive for Angular. The ngFor directive exports a few local variables like Index, First, Last, odd, and even. ngFor…