In your template, create an mat-select element. For each option you'd like in your select, add an mat-option tag. Note that you can disable items by adding the disabled boolean attribute or binding to it.
In this example we will show you how to set up a simple select box using angular material.
In this example we will show you how to create a select box json data fetched via http.