created new process page

This commit is contained in:
lotte
2020-03-19 16:20:41 +01:00
committed by Art Lowel
parent b535d166e0
commit 1cb39cef41
25 changed files with 460 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ export function getDSOPath(dso: DSpaceObject): string {
path: PROFILE_MODULE_PATH,
loadChildren: './profile-page/profile-page.module#ProfilePageModule', canActivate: [AuthenticatedGuard]
},
{ path: 'processes', loadChildren: './process-page/process-page.module#ProcessPageModule', canActivate: [AuthenticatedGuard] },
{ path: '**', pathMatch: 'full', component: PageNotFoundComponent },
],
{