mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-10 03:23:07 +00:00
40416: Start of file section
This commit is contained in:
@@ -6,7 +6,7 @@ import { ItemPageComponent } from './item-page.component';
|
||||
@NgModule({
|
||||
imports: [
|
||||
RouterModule.forChild([
|
||||
{ path: 'item/:id', pathMatch: 'full', component: ItemPageComponent },
|
||||
{ path: 'items/:id', pathMatch: 'full', component: ItemPageComponent },
|
||||
])
|
||||
]
|
||||
})
|
||||
|
Reference in New Issue
Block a user