I am currently using Angular 5 in conjunction with Material design. My application features a side navigation menu with an angular material navigation drawer mini variant, where the items are hidden, leaving only the icons when collapsed (see image).
My goal is to add submenus for certain menu items.
When the menu is collapsed, a popover would appear displaying the links to the submenus: menu popover
When the menu is expanded, an arrow would allow the user to expand the submenu under the menu: menu expanded with children
I have explored various solutions, but none have matched this specific functionality. Here are some links I have come across: Angular Material Tree
Dynamic nested menu using Angular Material
Bootstrap popover, although I am hoping to find a similar solution within Angular Material.
There is also a similar question posted here
Does anyone have any ideas on how to achieve this functionality?
Thank you in advance for your assistance,
Begoña