mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 20:43:08 +00:00
Added TypeDoc/comments
This commit is contained in:
@@ -17,4 +17,7 @@ import { SubmissionEditComponent } from '../submission/edit/submission-edit.comp
|
||||
])
|
||||
]
|
||||
})
|
||||
/**
|
||||
* This module defines the default component to load when navigating to the workflowitems edit page path.
|
||||
*/
|
||||
export class WorkflowitemsEditPageRoutingModule { }
|
||||
|
@@ -13,6 +13,9 @@ import { SubmissionModule } from '../submission/submission.module';
|
||||
],
|
||||
declarations: []
|
||||
})
|
||||
/**
|
||||
* This module handles all modules that need to access the workflowitems edit page.
|
||||
*/
|
||||
export class WorkflowitemsEditPageModule {
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user