Skip to content
Snippets Groups Projects
Commit bd8177c1 authored by Kristof De Langhe's avatar Kristof De Langhe
Browse files

62741: AoT build fix

parent cee7ffeb
Branches
Tags
No related merge requests found
import { Component, Input } from '@angular/core';
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({
selector: 'ds-item-type-badge',
templateUrl: './item-type-badge.component.html'
})
export class ItemTypeBadgeComponent {
@Input() object: ListableObject;
@Input() object: SearchResult<DSpaceObject>;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment