mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
110889: Added search form to the community & collection pages
This commit is contained in:
@@ -18,6 +18,7 @@ import { FormModule } from '../form/form.module';
|
||||
import { UploadModule } from '../upload/upload.module';
|
||||
import { ComcolBrowseByComponent } from './sections/comcol-browse-by/comcol-browse-by.component';
|
||||
import { BrowseByModule } from '../../browse-by/browse-by.module';
|
||||
import { SearchModule } from '../search/search.module';
|
||||
import { ComcolSearchSectionComponent } from './sections/comcol-search-section/comcol-search-section.component';
|
||||
|
||||
const COMPONENTS = [
|
||||
@@ -47,6 +48,7 @@ const COMPONENTS = [
|
||||
SharedModule,
|
||||
UploadModule,
|
||||
BrowseByModule,
|
||||
SearchModule,
|
||||
],
|
||||
exports: [
|
||||
...COMPONENTS,
|
||||
|
Reference in New Issue
Block a user