Example 1: General syntax <div *ngFor="let item of items; let i = index"> <div *ngIf="<your condition here>"> <!-- Execute code here if statement true ...
確定! 回上一頁