Commits
Art Lowel authored 2922deff50b
1 + | import { switchMap } from 'rxjs/operators'; |
1 2 | import { HostWindowService } from '../shared/host-window.service'; |
2 3 | import { SidebarService } from '../shared/sidebar/sidebar.service'; |
3 4 | import { SearchComponent } from './search.component'; |
4 5 | import { ChangeDetectionStrategy, Component, Inject, Input, OnInit } from '@angular/core'; |
5 6 | import { pushInOut } from '../shared/animations/push'; |
6 7 | import { SEARCH_CONFIG_SERVICE } from '../+my-dspace-page/my-dspace-page.component'; |
7 8 | import { SearchConfigurationService } from '../core/shared/search/search-configuration.service'; |
8 9 | import { hasValue } from '../shared/empty.util'; |
9 10 | import { RouteService } from '../core/services/route.service'; |
10 11 | import { SearchService } from '../core/shared/search/search.service'; |