@antomanzur wrote:
Hello, i need to call a function without an event. In each item of the ngFor i need to call function “Detalles” with the param “Item”. How i can do this?.Thanks for the time
<ion-list-header *ngFor="let item of departamento" >{{ item.nombre_departamento }} ({{ item.capacidad }}) <ion-item (event?)="Detalles(item)" *ngFor="let detalle of detalles"> {{ detalle.FECHA}} </ion-item> </ion-list-header>
Posts: 6
Participants: 4