<div class="box-for-select">
<mat-form-field appearance="standard">
<mat-select>
<mat-option *ngFor="let option of testArr">
{{option}}
</mat-option>
</mat-select>
</mat-form-field>
</div>