mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 13:33:03 +00:00
55693: Item mapper page + ItemSelectComponent
This commit is contained in:
@@ -6,6 +6,7 @@ import { SharedModule } from '../shared/shared.module';
|
||||
import { CollectionPageComponent } from './collection-page.component';
|
||||
import { CollectionPageRoutingModule } from './collection-page-routing.module';
|
||||
import { SearchPageModule } from '../+search-page/search-page.module';
|
||||
import { CollectionItemMapperComponent } from './collection-item-mapper/collection-item-mapper.component';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
@@ -16,6 +17,7 @@ import { SearchPageModule } from '../+search-page/search-page.module';
|
||||
],
|
||||
declarations: [
|
||||
CollectionPageComponent,
|
||||
CollectionItemMapperComponent
|
||||
]
|
||||
})
|
||||
export class CollectionPageModule {
|
||||
|
Reference in New Issue
Block a user