You can add a
or button
tag in your mat-option element.
<mat-option *ngFor="let option of filteredOptions | async" [value]="option">
<a href="http://www.google.com">{{option}}</a>
</mat-option>
CLICK HERE to find out more related problems solutions.