xng-breadcrumb
xng-breadcrumb copied to clipboard
Navigate to Home Page instead of Landing Module.
const routes: Routes = [
{
path: '',
component: DccLayoutPublicComponent,
children: [
{
path: '',
redirectTo: 'landing',
pathMatch: 'full',
},
{
path: 'landing',
loadChildren: () =>
import('@pages/landing/landing.module').then((m) => m.LandingModule),
},
{
path: 'public/landing',
loadChildren: () =>
import('@pages/landing/landing.module').then((m) => m.LandingModule),
},
],
data: {
breadcrumb: {
label:'home',
info:'home',
disable:true
},
},
},
I have setup the breadcrumb to home but it's navigate to landing page. I know the redirect is set to landing page. I need help how to acheive below behaviour.
User first see the application landing page once he logged in admin panel start. So I want to setup breadcrumb to admin dashboard page in our case it is home module. Please help on this.
Regards Naveed
Hello 👋 @Naveed1842
Thank you for raising an issue. We will investigate into the issue and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Feel free to raise a PR if you can fix the issue. Check the local development guide
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
not stale
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.