Of course, Angular has the solution of that problem. It can get elements with the following. <div *ngFor="let item of items; let i = index"> ...
確定! 回上一頁