You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wrap mat-menu-item in a ng-template outside of mat-menu
use ng-container with ngTemplateOutlet inside mat-menu to render template created in step 1
Expected Behavior
mat-menu should display the arrow for nested mat-menu and on hover it should display the nested mat-menu
Actual Behavior
mat-menu is showing only top-level mat-menu-items without arrow and hover behavior, but on clicking an mat-menu-item(which have nested menu) main menu closes and nested menu opens up..