`<md-select>` is a form control for selecting a value from a set of options, similar to the native
`<select>` element.

<!-- example(select-overview) -->

### Use with `@angular/forms`
`<md-select>` is compatible with `@angular/forms` and supports both `FormsModule` 
and `ReactiveFormsModule`.
