nebular
nebular copied to clipboard
#Custom routes for new component
trafficstars
I want to add new child routes for an new component with AKVEO theme , all other built in routes are working fine but my custom components route is not working in (pages-routing.module) its redirecting on dashboard.
{ path: 'movers', loadChildren: './movers/movers.module#MoversModule', },
How to achieve this?
@nnixaa hope you are fine. please help on highlighted issue.