There is an image in the select options along with text. But when I select any option, the image is not getting shown in the selected content.
<mat-select>
<mat-option [value]="1"><img src="assets/image/survey/short-text.png">Short Answer</mat-option>
<mat-option [value]="2"><img src="assets/image/survey/paragraph.png">Paragraph</mat-tion>
<mat-option [value]="3"><img src="assets/image/survey/redio.png" >Multiple Choice </mat-option>
<mat-option [value]="4"> <img src="assets/image/survey/chechbox.png">Checkbox</mat-option>
<mat-option [value]="5"><img src="assets/image/survey/date.png" >Date</mat-option>
<mat-option [value]="6"><img src="assets/image/survey/linear-scale.png" >Linear cale</mat-option>
</mat-select>