1
0

Submission from an external source initial commit

This commit is contained in:
Matteo Perelli
2020-06-18 16:16:31 +02:00
parent 8b8d7ba91a
commit fb40b8f031
17 changed files with 383 additions and 3 deletions

View File

@@ -86,6 +86,7 @@ export function getDSOPath(dso: DSpaceObject): string {
{ path: 'login', loadChildren: './+login-page/login-page.module#LoginPageModule' },
{ path: 'logout', loadChildren: './+logout-page/logout-page.module#LogoutPageModule' },
{ path: 'submit', loadChildren: './+submit-page/submit-page.module#SubmitPageModule' },
{ path: 'import-external', loadChildren: './+import-external-page/import-external-page.module#ImportExternalPageModule' },
{
path: 'workspaceitems',
loadChildren: './+workspaceitems-edit-page/workspaceitems-edit-page.module#WorkspaceitemsEditPageModule'