Use pipe to iterate over object keys. <ul *ngFor="let room of roomDetail; let i = index"> <li *ngFor="let key of room | keys"> {{key}} ...
確定! 回上一頁