<ul> <li *ngFor="let item of items" *ngIf="item.foo === 'bar'">{{ item.text }}</li> </ul>. Rather than adding the extra wrapping DOM element ...
確定! 回上一頁