@sriteja09 wrote:
<ion-grid>
<ion-row *ngFor="let item of gallerydata;let i = index">
<ion-col width-50>
<ion-card>
<img [src]="item[i].thumbpath"/></ion-card>
</ion-col> <ion-col width-50>
<ion-card>
<img [src]="item[i+1].thumbpath"/></ion-card></ion-col>
</ion-row>
</ion-grid>this is sample code same code works with ionic1 but not working with ionic2
Please suggest
Posts: 7
Participants: 2