Custom Routes for new component in ngx admin akveo theme
Open
needs info
question
- Dominant language
- TypeScript
- Stars
- 25.7k
- Forks
- 7.9k
- PR merge metrics
- No merged PRs in 30d
Description
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',
}, `
Contributor guide
Assessment
This issue has not been assessed yet.