mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
62741: AoT build fix
This commit is contained in:
@@ -1,10 +1,12 @@
|
|||||||
import { Component, Input } from '@angular/core';
|
import { Component, Input } from '@angular/core';
|
||||||
import { ListableObject } from '../../object-collection/shared/listable-object.model';
|
import { ListableObject } from '../../object-collection/shared/listable-object.model';
|
||||||
|
import { SearchResult } from '../../../+search-page/search-result.model';
|
||||||
|
import { DSpaceObject } from '../../../core/shared/dspace-object.model';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'ds-item-type-badge',
|
selector: 'ds-item-type-badge',
|
||||||
templateUrl: './item-type-badge.component.html'
|
templateUrl: './item-type-badge.component.html'
|
||||||
})
|
})
|
||||||
export class ItemTypeBadgeComponent {
|
export class ItemTypeBadgeComponent {
|
||||||
@Input() object: ListableObject;
|
@Input() object: SearchResult<DSpaceObject>;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user