Angular Components
Setproduct Design System
Change filter for code updates
HTML
<mat-form-field appearance="fill"
disabled="false">
<mat-select placeholder="Placeholder"
value="option2"
disabled="false">
<mat-option value="option1">Option1</mat-option>
<mat-option value="option2">Option2</mat-option>
<mat-option value="option3">Option3</mat-option>
<mat-option value="option4">Option4</mat-option>
</mat-select>
...Your content...
</mat-form-field>