[CST-4633] move search.component to search module and create search models folder

This commit is contained in:
Giuseppe Digilio
2021-12-16 10:00:08 +01:00
parent a4d91c37a7
commit b6ae15fbd2
119 changed files with 290 additions and 309 deletions

View File

@@ -3,7 +3,7 @@ import { Component, Input } from '@angular/core';
import { Item } from '../../../../core/shared/item.model';
import { fadeInOut } from '../../../animations/fade';
import { MyDspaceItemStatusType } from '../../../object-collection/shared/mydspace-item-status/my-dspace-item-status-type';
import { SearchResult } from '../../../search/search-result.model';
import { SearchResult } from '../../../search/models/search-result.model';
/**
* This component show metadata for the given item object in the list view.