Local variables in Angular ngFor 2+

0

I would like to know if you have any way to set different values for local variables that are inside a ngFor.

I tried something like:

<ion-textarea #box{{informacoesperguntas.id}}
 (keyup.enter)="onEnter(box{{informacoesperguntas.id}}.value, informacoesperguntas.id)"
    
asked by anonymous 13.08.2018 / 21:54

0 answers