I have a simple select option form field in my Angular material project:
component.html
Try this
Domain Exact
Component:
export class SelectValueBindingExample { public modeselect = 'Domain'; }
Live demo
Also, don't forget to import FormsModule in your app.module
FormsModule