Hi,
Our purpose is to have a fixed menu at the left side of our website. The menu must be collapsablel (minimizable) to see only icons. I think the Drawer control can be the right control.
I want to use routes to navigate to a page in the drawer-content space.
If I navigate to a route in the angular page, I want that a specific draweritem is selected.
How can I achieve this?
Can I use the routerLinkActive on a drawer item?
Is the drawer the most suitable control?
Thanks for your help