xng-breadcrumb icon indicating copy to clipboard operation
xng-breadcrumb copied to clipboard

Navigate to Home Page instead of Landing Module.

Open Naveed1842 opened this issue 3 years ago • 5 comments

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

Naveed1842 avatar Feb 09 '22 09:02 Naveed1842

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

github-actions[bot] avatar Feb 09 '22 09:02 github-actions[bot]

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.

stale[bot] avatar Jun 10 '22 18:06 stale[bot]

not stale

udayvunnam avatar Aug 03 '22 05:08 udayvunnam

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.

stale[bot] avatar Dec 03 '22 14:12 stale[bot]

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.

stale[bot] avatar Oct 15 '23 15:10 stale[bot]