I will keep it short , i want to add ngModel to dynamically added new input rows (I have Mat table with multiple rows with add element method which adds new row everytime on click of button) so that i can bind the user entered values and send to Backend,
Please see StackBlitz