Hello everyone, I have a small app with a list (has *ngFor = "let i = index, let a of lista ") , how can I pass value from an array in .ts file to ion-item with it’s position, example i = 3?
Hello everyone, I have a small app with a list (has *ngFor = "let i = index, let a of lista ") , how can I pass value from an array in .ts file to ion-item with it’s position, example i = 3?