Posts by TCury • 3 points
1 post
-
0
votes1
answer701
viewsQ: Using two *ngFor at the same time in the Ionic2-framework
I am trying to use 2 *ngFor on the same ion-Row. I first tried it as follows: <ion-row *ngFor="let mes of meses" *ngFor="let por of arrayPorc"> <ion-col width-25>{{mes}}</ion-col>…