forked from hazza/dspace-angular
dependency upgrades, server and platform module updates, linting wip
This commit is contained in:
@@ -2,21 +2,21 @@ import { Component, Input } from '@angular/core';
|
||||
import { Item } from "../../core/shared/item.model";
|
||||
|
||||
@Component({
|
||||
selector: 'ds-item-list-element',
|
||||
styleUrls: ['./item-list-element.component.css'],
|
||||
templateUrl: './item-list-element.component.html'
|
||||
selector: 'ds-item-list-element',
|
||||
styleUrls: ['./item-list-element.component.scss'],
|
||||
templateUrl: './item-list-element.component.html'
|
||||
})
|
||||
export class ItemListElementComponent {
|
||||
@Input() item: Item;
|
||||
@Input() item: Item;
|
||||
|
||||
data: any = {};
|
||||
data: any = {};
|
||||
|
||||
constructor() {
|
||||
this.universalInit();
|
||||
}
|
||||
constructor() {
|
||||
this.universalInit();
|
||||
}
|
||||
|
||||
universalInit() {
|
||||
universalInit() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user