- ABP Framework version: 8.2.1
- UI Type: Angular
- Database System: EF Core (PostgreSQL)
- Tiered (for MVC) or Auth Server Separated (for Angular): No
I create new component. But the component loads without Menu. So, routing is not working properly. How can i load the component with left side menu.
Let me give you more details.
I created ticket-card.component.ts and ticket-card.component.html files.
Then, added these lines to app-routing.module.ts
It does not load with left side menu but when I add TICKET_CARD_ROUTES into menu router, it loads with menu and works fine.
But I do not want to add into menu. Could you help me?
5 Answer(s)
-
0
-
0
Hello, thank you for your response. I found the cause of routing problem. I also have TicketModule and nested routing does not load along with side menu.
localhost:4200/tickets-cart
works fine.localhost:4200/tickets/cart
does not work fine.How can I solve the problem, when there are nested routings?
-
0
-
0
-
0