forked from hazza/dspace-angular
Automated upgrade to Angular 11.0
This commit is contained in:
@@ -202,8 +202,9 @@ import { GroupAdministratorGuard } from './core/data/feature-authorization/featu
|
||||
{ path: '**', pathMatch: 'full', component: ThemedPageNotFoundComponent },
|
||||
]}
|
||||
],{
|
||||
onSameUrlNavigation: 'reload',
|
||||
})
|
||||
onSameUrlNavigation: 'reload',
|
||||
relativeLinkResolution: 'legacy'
|
||||
})
|
||||
],
|
||||
exports: [RouterModule],
|
||||
})
|
||||
|
Reference in New Issue
Block a user