I have stored values in two arrays to iterate in a single ion-list . Billerstatusstate and Billerstatusnamelst are the two arrays.
I have tried the foll
I have followed this approach.. I have stored values in single array instead of two arrays as it comes from a single source.
this.Billerstatusnamelst.push({name:"testname",Status:"Failure"});
In HTML part
{{bil.name}} {{bil.Status}}
Its worked for me..