<div *ngIf="i < 3; then 3Icons else MoreThan3Icons"> <ng-template #3Icons> <div class="col-2 statistic-element-physical" *ngFor="let icon of content; index as i ...
確定! 回上一頁