How to open and close Angular mat menu on hover
This question is in reference to this Github issue, with mat-menu which can't be toggled using mouse hover, I am basically trying to replace a bootstrap based horizontal navigation menu with angular material's menu. The only thing keeping me from replicating bootstrap based menu is opening and closing mat-menu on hover. As mentioned in the above Github issue there are some workarounds to achieve what I want, like using, mouseEnter (mouseenter)="menuTrigger.openMenu()" or adding a span inside Mat-menu in order to bind mat-menu close, <mat-menu #menu="matMenu" overlapTrigger="false"> <span