How to assign a value to ngModel dynamically in Angular onblur event
I have multiple input textbox in HTML with [(ngModel)] in it.
In typescript, I am trying to assign a value to [(ngModel)] on blur event of input for all the input boxes dynamically. Tried the below approach, but did not work, Any help is much appreciated.