mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 18:14:17 +00:00
Fix issue with components that using a custom decorator are not loaded during CSR
This commit is contained in:
@@ -106,8 +106,8 @@ import { ForbiddenComponent } from './forbidden/forbidden.component';
|
||||
},
|
||||
{
|
||||
path: 'browse',
|
||||
loadChildren: () => import('./+browse-by/browse-by.module')
|
||||
.then((m) => m.BrowseByModule),
|
||||
loadChildren: () => import('./+browse-by/browse-by-page.module')
|
||||
.then((m) => m.BrowseByPageModule),
|
||||
canActivate: [EndUserAgreementCurrentUserGuard]
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user