Angular指令*ngIf else 使用. ... <tr *ngFor="let item of gridList"> <td *ngIf="item.bol; else inputid">{{item.id}}</td> <ng-template ...
確定! 回上一頁