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)"