You possibly need to use keyvalue for both the loops. Try the following <li class="list-group-item" *ngFor="let first of groupedItemMap"> <div *ngFor="let ...
確定! 回上一頁