- ABP Framework version: 5.3.2
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): microservices template
I would like to implement a sub menu, using <router-outlet></router-outlet>, and reuse the component abp-sidebar, do you have documentation or any example that I can use to take a look?
6 Answer(s)
-
0
Would you describe what is your purpose for using Abp Side Menu? What do you want to do ?
-
0
re use component to avoid write new menu, and keep look and feel and style for sub menus
-
0
Would you describe what is your purpose for using Abp Side Menu? What do you want to do ?
also to keep working with guards, I am thinking is better to re use instead of write new component for same functionallity, full functionallity about menu, permissions, style,
-
0
-
0
I couldn't understand well but if you want to change layout. You just remove
abp-dynamic-layout.
and add <router-outlet> and are ready to go. if you want to use<abp-sidemenu>
you can use it. Just add in HTML.I would like to re use your components, like your menu, to create a secondary menu
my secondary menu is dinamic based on the context and role, but as you can see, the style, the behavior are not the same, so I have to create a component to fit your style, so is better if I could re-use your component.
also I need to work with breadcrumb
-
0
I couldn't understand well but if you want to change layout. You just remove
abp-dynamic-layout.
and add <router-outlet> and are ready to go. if you want to use<abp-sidemenu>
you can use it. Just add in HTML.I would like to re use your components, like your menu, to create a secondary menu
my secondary menu is dinamic based on the context and role, but as you can see, the style, the behavior are not the same, so I have to create a component to fit your style, so is better if I could re-use your component.
also I need to work with breadcrumb
Sorry, there are no presentation components. We will create theme components as a separate component pack but for now there are no visual components.