15 lines
476 B
HTML
15 lines
476 B
HTML
<ng-content select="mat-icon, [matMenuItemIcon]"></ng-content>
|
|
<span class="mat-mdc-menu-item-text"><ng-content></ng-content></span>
|
|
<div class="mat-mdc-menu-ripple" matRipple
|
|
[matRippleDisabled]="disableRipple || disabled"
|
|
[matRippleTrigger]="_getHostElement()">
|
|
</div>
|
|
|
|
@if (_triggersSubmenu) {
|
|
<svg
|
|
class="mat-mdc-menu-submenu-icon"
|
|
viewBox="0 0 5 10"
|
|
focusable="false"
|
|
aria-hidden="true"><polygon points="0,0 5,5 0,10"/></svg>
|
|
}
|