in template ngtemplate
the value ngmodel not work for thia use
<mat-radio-group aria-label="Select an option" >
<mat-radio-button value="true" name="isInclude" ngDefaultControl [(ngModel)]="targetingdata.isInclude">Include</mat-radio-button>
<mat-radio-button value="false" name="isInclude" ngDefaultControl [(ngModel)]="targetingdata.isInclude">Exclude</mat-radio-button>
</mat-radio-group>
No comments:
Post a Comment