I've created a modal that returns all number input elements to generate in HTML, but when i insert a number inside, if i write the array (example: {{ ng_model_m[i] }}) inside ngFor, it will return the value, but if i write the ngModel (example: sm.m_prova), it will return NaN.
Project: https://stackblitz.com/edit/angular-jbzmnq?file=src%2Fapp%2Fschemamasse-comp.component.ts
UPDATE: When i generate ngModel, i generate also name attribute and i've seen in "Inspect Element" that there isn't name attribute inside the element input, but there is ng-reflect-name and if a print on console by event.target.name, it doesn't print nothing.