mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-09 11:03:05 +00:00
41914: DSO list finished without item count
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<div [ngSwitch]="object.type">
|
||||
<ds-item-list-element *ngSwitchCase="type.Item" [item]="object"></ds-item-list-element>
|
||||
<ds-collection-list-element *ngSwitchCase="type.Collection" [collection]="object"></ds-collection-list-element>
|
||||
<ds-community-list-element *ngSwitchCase="type.Community" [community]="object"></ds-community-list-element>
|
||||
</div>
|
Reference in New Issue
Block a user