How to use dynamic variables in ngModel?
I am trying to use the code below but the following error appears:
Something like this works fine in my case:
export class AppComponent { qtd:any[] = {}; }
In html i used index instead of value (num):