Added messages and menu links + tests

This commit is contained in:
lotte
2020-03-30 10:58:45 +02:00
committed by Art Lowel
parent b666e3f208
commit c225c9015e
9 changed files with 203 additions and 79 deletions

View File

@@ -14,7 +14,7 @@ import { AuthenticatedGuard } from '../core/auth/authenticated.guard';
{
path: '',
resolve: { breadcrumb: I18nBreadcrumbResolver },
data: { breadcrumbKey: 'process' },
data: { breadcrumbKey: 'process.overview' },
canActivate: [AuthenticatedGuard],
children: [
{