[DURACOM-191] Provide resolver in root

This commit is contained in:
Giuseppe Digilio
2024-03-14 18:06:35 +01:00
parent 56fc0a7cfb
commit 748febdb88
45 changed files with 27 additions and 79 deletions

View File

@@ -22,7 +22,7 @@ export const ROUTES: Routes = [
{
path: ':id',
resolve: { wfi: WorkflowItemPageResolver },
providers: [WorkflowItemPageResolver, ItemFromWorkflowResolver, provideSubmission()],
providers: [provideSubmission()],
children: [
{
canActivate: [AuthenticatedGuard],