Quantcast
Channel: Ionic Forum - Latest posts
Viewing all articles
Browse latest Browse all 231634

*ngIf fallback / default img src in Ionic

$
0
0

I find the following vastly easier to read:

<ion-thumbnail>
  <img [src]="item.noimg ? item.featured : item.pics[0]">
</ion-thumbnail>

Viewing all articles
Browse latest Browse all 231634

Trending Articles