Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Angular routing nested route #445

Description

@anubhav29-commits

I am using angular 7
I have app-routing.ts

{
path: 'ikgTool',
children: [
{
path: '',
component: IkgToolComponent,
outlet: 'renderView'
},
{
path: 'ikgTool/firmoGraphics/:id',
component: FirmographicsComponent,
outlet: 'renderView'
},
{
path: 'knowledgeFeed/:id',
component: KnowledgeFeedComponent
},
{
path: 'relationships/:id',
component: RelationshipsComponent
},
{
path: 'transactions/:id',
component: TransactionsComponent
},
{
path: 'reportProblem/:id',
component: ReportProblemComponent
}
]
}

I am added Component name like XYZ and Ikg Tool, this tool have the multiple routes inside which needs to be displayed some like "BaseUrl/IkgTool/Firmographics/xyzId".

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions