[CST-11178][CST-11179] page to select the target item for "relation" correction suggestion

This commit is contained in:
Mykhaylo
2023-10-30 12:21:38 +01:00
parent 752cb4d4b0
commit bf67fee89b
16 changed files with 576 additions and 20 deletions

View File

@@ -238,6 +238,11 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
canActivate: [AuthenticatedGuard]
},
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent },
{
path: 'items',
loadChildren: () => import('./shared/correction-suggestion/correction-suggestion.module')
.then((m) => m.CorrectionSuggestionModule)
},
]
}
], {