I have a simple select option form field in my Angular material project:
component.html
Try this:
export class AppComponent { defaultValue = 'domain'; }