You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
176 B
HTML

<ion-card class="photo-card" *ngIf="feedItem">
<ion-img [src]="feedItem.url"></ion-img>
<ion-card-content>
<p>{{feedItem.caption}}</p>
</ion-card-content>
</ion-card>