wrapped the links in <a> tags so that the navigation (open in new tab, open in new window) would display in the context menu
parent
369fed20cf
commit
7931b216a5
|
@ -1,4 +1,6 @@
|
|||
<mat-list-item (click)="navigateToUrl()">
|
||||
<a href="{{item.url}}">
|
||||
<mat-list-item>
|
||||
<div style="width: 40px"></div>
|
||||
<span class="mat-body-1" [ngStyle]="navItemStyle">{{item.text}}</span>
|
||||
</mat-list-item>
|
||||
</mat-list-item>
|
||||
</a>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
.mat-list-item {
|
||||
height: 20px;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.mat-body-1 {
|
||||
|
|
Loading…
Reference in New Issue