0
progression created
Prerequisites
- What is your product version? 10.0.5.0
- What is your product type (Angular or MVC)? Angular
- What is product framework type (.net framework or .net core)? .net core
Hi,
We are currently developing angular views. Some of these views are not in our sidebar menu. (and are not supposed to) Is it possible to allow the menu to stay open/active without redirecting back to a specific page defined in our AppNavigationService file
Kind regards
1 Answer(s)
-
0
Hi,
This is not supported out of the box. You can modify this method https://github.com/aspnetzero/aspnet-zero-core/blob/dev/angular/src/app/shared/layout/nav/side-bar-menu.component.ts#L80 to support your scenario. The method is
isMenuItemIsActive
inside-bar-menu.component.ts