Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigate to Home Page instead of Landing Module. #130

Closed
Naveed1842 opened this issue Feb 9, 2022 · 6 comments
Closed

Navigate to Home Page instead of Landing Module. #130

Naveed1842 opened this issue Feb 9, 2022 · 6 comments

Comments

@Naveed1842
Copy link

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

@github-actions
Copy link

github-actions bot commented Feb 9, 2022

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

@stale
Copy link

stale bot commented Jun 10, 2022

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 stale bot added the wontfix This will not be worked on label Jun 10, 2022
@udayvunnam udayvunnam removed the wontfix This will not be worked on label Aug 3, 2022
@udayvunnam
Copy link
Owner

not stale

@stale
Copy link

stale bot commented Dec 3, 2022

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 stale bot added the wontfix This will not be worked on label Dec 3, 2022
@stale stale bot closed this as completed Apr 7, 2023
@udayvunnam udayvunnam reopened this May 27, 2023
@stale stale bot removed the wontfix This will not be worked on label May 27, 2023
@stale
Copy link

stale bot commented Oct 15, 2023

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 stale bot added the wontfix This will not be worked on label Oct 15, 2023
@stale stale bot closed this as completed Mar 17, 2024
@udayvunnam udayvunnam reopened this Mar 17, 2024
@stale stale bot removed the wontfix This will not be worked on label Mar 17, 2024
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants