I have a simple select option form field in my Angular material project:
component.html
On your typescript file, just assign this domain on modeSelect on Your ngOnInit() method like below: ngOnInit() { this.modeSelect = "domain"; }
And on your html, use your select list.
Domain Exact