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
A call that could open menu/submenus when provided the id or url would be a nice feature. If a user is directed to a certain page then the menu could open to the correct location or if the user refreshes the browser the menu would open up to correct page once again. Unless there is another way to achieve this which I didn't see in demos or documentation.
The text was updated successfully, but these errors were encountered:
MultilevelNode can have id property, can we use that instead of generating new id every time? This way id can be defined and we can use selectMenuByID for browser reload use case.
const node = this.multilevelMenuService.getMatchedObjectByUrl( this.appItems, yourUrl ); this.multilevelMenuService.selectMenuByID(node.id);
use this code when your router changes
A call that could open menu/submenus when provided the id or url would be a nice feature. If a user is directed to a certain page then the menu could open to the correct location or if the user refreshes the browser the menu would open up to correct page once again. Unless there is another way to achieve this which I didn't see in demos or documentation.
The text was updated successfully, but these errors were encountered: