mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
[DURACOM-191] Provide resolver in root
This commit is contained in:
@@ -22,7 +22,7 @@ export const ROUTES: Routes = [
|
||||
{
|
||||
path: ':id',
|
||||
resolve: { wfi: WorkflowItemPageResolver },
|
||||
providers: [WorkflowItemPageResolver, ItemFromWorkflowResolver, provideSubmission()],
|
||||
providers: [provideSubmission()],
|
||||
children: [
|
||||
{
|
||||
canActivate: [AuthenticatedGuard],
|
||||
|
Reference in New Issue
Block a user