Ionic Forum
How to iterate the ngFor in reverse
Ionic Framework
ionic-v3
Avinashjagtap
December 25, 2018, 2:05pm
17
you could try this
<ion-row *ngFor=“let data of calArr.slice().reverse()”>
2 Likes
Reverse Array in ngFor* for ionic
show post in topic
Related topics
Topic
Replies
Views
Activity
How to fix *ngFor Error trying to diff '[object Object]'
ionic-v3
6
15201
July 25, 2017
HTTP Service And Repeat - NgFor only supports binding to Iterables such as Arrays
ionic-v3
1
1788
January 28, 2017
Error: trying to diff *ngFor
ionic-v3
7
15361
June 8, 2016
Iterate over JSON object instead of an array
ionic-v3
9
3982
May 6, 2017
Angular ngFor not iterating through array on Android
Ionic Angular
6
1355
August 26, 2021