Once upon a time, I want to do a conditional two-way binding in Angular, I wrote code like this:
<input type="text" [(ngModel)]="condition ? values['fullName'] : values['name']">