Answer the question
In order to leave comments, you need to log in
How to find selected value in drop down list?
Hello everyone, tell me how to find the selected value in the drop-down list.
<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>
Answer the question
In order to leave comments, you need to log in
Easy to google
https://stackblitz.com/edit/angular-material-selec...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question