Added accessibility report page
This commit is contained in:
@@ -86,6 +86,14 @@ activeFeatures.forEach(feature => {
|
||||
loadChildren: () => import('./pages/mock-login/mock-login.module').then(m => m.MockLoginModule),
|
||||
});
|
||||
break;
|
||||
case Feature.ACCESSIBILITY_REPORT:
|
||||
routes.push({
|
||||
path: 'tillganglighet',
|
||||
data: { title: 'Tillgänglighetsredogörelsen' },
|
||||
loadChildren: () => import('./pages/accessibility/accessibility.module').then(m => m.AccessibilityModule),
|
||||
canActivate: [AuthGuard],
|
||||
});
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user