I want to post the values that comes from checked product even the user leaves empty those fields I want to post the values that comes from checked product even the user leaves empty those fields mongoose mongoose

I want to post the values that comes from checked product even the user leaves empty those fields


I did it but I think it's not in a good way to code.. I used [(ngModel)] for every update form field..But it warns me that :

**It looks like you're using ngModel on the same form field as formControlName. Support for using the ngModel input property and ngModelChange event with** 

I couldnt figure out how to solve this.