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?