You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
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".
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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".
The text was updated successfully, but these errors were encountered: