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
Hello! This issue is identical to coreui/coreui-react#98 but in Angular. When the user clicks on a parent menu item, it doesn’t navigate to the path specified in _nav.ts, it just toggles the dropdown. Is there a way, in Angular, to override the default behavior to allow simultaneous toggle and navigation when the user clicks? Thank you!!
The text was updated successfully, but these errors were encountered:
You can use EventManager at DefaultLayoutComponent level, and listen to user click on sidebar parent menu (aka nav-dropdown-toggle). Should work as a workaround at least.
Hello! This issue is identical to coreui/coreui-react#98 but in Angular. When the user clicks on a parent menu item, it doesn’t navigate to the path specified in _nav.ts, it just toggles the dropdown. Is there a way, in Angular, to override the default behavior to allow simultaneous toggle and navigation when the user clicks? Thank you!!
The text was updated successfully, but these errors were encountered: