Create ion-card using ngfor

i am new to the angular -ionic4.i need to create n number of ion-cards using *ngFor only.plz provide the code.13-15-43-27

<ion-card *ngFor="let card of cards"></ion-card>
1 Like