Two ion-cards per row

Hi , I’m working on a project and I want to create two ionic cards per row dynamically (I’m using *ngFor) for that. with static html what I did is that I added a new class and whenever I wanna put two cards in the same row I just use ion-row but I don’t know how I can generate a row after two cards creation. any ideas ?

thanks in advance.

1 Like

use ion-row with wrap and ion-col with width 50

1 Like