mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
94688: Added themeable template of SearchFormComponent
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import { Component } from '@angular/core';
|
||||
import {
|
||||
SearchFormComponent as BaseComponent,
|
||||
} from '../../../../../app/shared/search-form/search-form.component';
|
||||
|
||||
@Component({
|
||||
selector: 'ds-search-form',
|
||||
// styleUrls: ['./search-form.component.scss'],
|
||||
styleUrls: ['../../../../../app/shared/search-form/search-form.component.scss'],
|
||||
// templateUrl: './search-form.component.html',
|
||||
templateUrl: '../../../../../app/shared/search-form/search-form.component.html',
|
||||
})
|
||||
export class SearchFormComponent extends BaseComponent {
|
||||
}
|
@@ -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