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
We should support nested menu structures, currently the menu could only show 1 level but most of the time we need multiple levels for more complex pages.
<ngx-responsivemenu><!-- define a menu group, pass uniqe id and label for that, something like this--><div[ngxResponsiveMenuGroup]="'tutorials'" [label]="'Tutorials'"><divngxResponsiveMenuItem><span><ahref="{{docUrl}}" target="blank">Tut 2</a></span></div><divngxResponsiveMenuItem><span><ahref="{{docUrl}}" target="blank">Tut 3</a></span></div><divngxResponsiveMenuItem><span><ahref="{{docUrl}}" target="blank">Tut 4</a></span></div></div></ngx-responsivemenu>
if we define a menu group, this will create his own menu entry in top level menu, all menu items inside this group should moved automatically into overflow under Label name.
The text was updated successfully, but these errors were encountered:
We should support nested menu structures, currently the menu could only show 1 level but most of the time we need multiple levels for more complex pages.
if we define a menu group, this will create his own menu entry in top level menu, all menu items inside this group should moved automatically into overflow under Label name.
The text was updated successfully, but these errors were encountered: