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.