Blue Green Blue. No, yel-- auuuuuuuugh!

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.

Simple Example

In this example we will show you how to set up a simple select box using angular material.

Fetch values of select from HTTP

In this example we will show you how to create a select box json data fetched via http.