Wednesday, March 20, 2019

let first = first;

This will get the first item in a collection in an *ngFor in an Angular 7 application and put it to a variable called first. There is also a last too. Use these like so:

<div *ngFor="let commodity of commodities; let last = last;">

No comments:

Post a Comment