How to check Property of an Object within the Ionic View

Hello Guys

Note: This is within a *ngFor

How to check property of an object within the [value] = "" in the view of the ionic ?
I’m doing this [value]="field.options.autofill !== undefined ? field.options.autofill: ''" but it’s not working.