<div class="radio" *ngFor="let method of contactMethod"> <label> <input type="radio" ngModel name="contactMethod" [value]="method.id">{{method.name}} <label> </div>