<ul> <li *ngFor="let el of array"> <ng-container *ngIf="this.show"> <div>This will show some content</div> </ng-container> </li> </ul>.
確定! 回上一頁