mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Merge branch 'master' into w2p-45621_filter-facets-ui
Conflicts: src/app/+search-page/search-page.component.html src/app/+search-page/search-page.component.spec.ts src/app/+search-page/search-page.component.ts src/app/+search-page/search-results/search-results.component.html src/app/+search-page/search-service/search.service.ts src/app/shared/search-form/search-form.component.html src/app/shared/shared.module.ts
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { animate, state, transition, trigger, style, keyframes } from '@angular/animations';
|
||||
import { animate, style, transition, trigger } from '@angular/animations';
|
||||
|
||||
const fadeEnter = transition(':enter', [
|
||||
style({ opacity: 0 }),
|
||||
|
Reference in New Issue
Block a user