Skip to content
Snippets Groups Projects
Commit a881026a authored by Kawtar Laariche's avatar Kawtar Laariche
Browse files

#19: add solutionId and revisionId to the path

parent 75f94075
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ import { SiteAdminComponent } from './features/dashboard/site-admin/site-admin.c
import { ManageLicenseComponent } from './features/dashboard/manage-license/manage-license.component';
import { PublishRequestComponent } from './features/dashboard/publish-request/publish-request.component';
import { QAndAComponent } from './features/dashboard/q-and-a/q-and-a.component';
import { ModelManagementComponent } from './shared/components/model-management/model-management.component';
const routeConfig: Routes = [
{
......@@ -114,6 +115,10 @@ const routeConfig: Routes = [
{ path: 'manageLicense', component: ManageLicenseComponent },
{ path: 'publishRequest', component: PublishRequestComponent },
{ path: 'qAndA', component: QAndAComponent },
{
path: 'manageMyModel/solutionId/:solutionId/revisionId/:revisionId',
component: ModelManagementComponent,
},
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment