mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-11 03:53:02 +00:00
44024: simple search UI with decorator bug
This commit is contained in:
@@ -21,6 +21,8 @@ import { ItemPageModule } from './item-page/item-page.module';
|
||||
import { CollectionPageModule } from './collection-page/collection-page.module';
|
||||
import { CommunityPageModule } from './community-page/community-page.module';
|
||||
|
||||
import { SearchPageModule } from './search-page/search-page.module';
|
||||
|
||||
import { AppComponent } from './app.component';
|
||||
import { HeaderComponent } from './header/header.component';
|
||||
import { PageNotFoundComponent } from './pagenotfound/pagenotfound.component';
|
||||
@@ -42,6 +44,7 @@ export function getConfig() {
|
||||
ItemPageModule,
|
||||
CollectionPageModule,
|
||||
CommunityPageModule,
|
||||
SearchPageModule,
|
||||
AppRoutingModule,
|
||||
StoreModule.provideStore(rootReducer),
|
||||
RouterStoreModule.connectRouter(),
|
||||
|
Reference in New Issue
Block a user