Skip to content
Snippets Groups Projects
Commit 2ea8a561 authored by Lotte Hofstede's avatar Lotte Hofstede
Browse files

130: added tests for object-list component

parent 07cdf650
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
(pageChange)="onPageChange($event)"
(pageSizeChange)="onPageSizeChange($event)"
(sortDirectionChange)="onSortDirectionChange($event)"
(sortFieldChange)="onSortDirectionChange($event)"
(sortFieldChange)="onSortFieldChange($event)"
(paginationChange)="onPaginationChange($event)">
<ul *ngIf="objects?.hasSucceeded"> <!--class="list-unstyled"-->
<li *ngFor="let object of objects?.payload">
......
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