mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-13 04:53:06 +00:00
94688: Added themeable template of SearchFormComponent
This commit is contained in:
@@ -50,6 +50,7 @@ import { BrowseBySwitcherComponent } from './app/browse-by/browse-by-switcher/br
|
||||
import { CommunityListPageComponent } from './app/community-list-page/community-list-page.component';
|
||||
import { SearchPageComponent } from './app/search-page/search-page.component';
|
||||
import { ConfigurationSearchPageComponent } from './app/search-page/configuration-search-page.component';
|
||||
import { SearchFormComponent } from './app/shared/search-form/search-form.component';
|
||||
import { EndUserAgreementComponent } from './app/info/end-user-agreement/end-user-agreement.component';
|
||||
import { PageNotFoundComponent } from './app/pagenotfound/pagenotfound.component';
|
||||
import { ObjectNotFoundComponent } from './app/lookup-by-id/objectnotfound/objectnotfound.component';
|
||||
@@ -123,6 +124,7 @@ const DECLARATIONS = [
|
||||
CommunityListPageComponent,
|
||||
SearchPageComponent,
|
||||
ConfigurationSearchPageComponent,
|
||||
SearchFormComponent,
|
||||
EndUserAgreementComponent,
|
||||
PageNotFoundComponent,
|
||||
ObjectNotFoundComponent,
|
||||
|
Reference in New Issue
Block a user