I need to get value from radio button in angular. Suppose to have this html code:
You can bind the data of radio button. Just add the value for radio button and change in the ngModel
ngModel
onItemChange(value){ console.log(" Value is : ", value ); }