1
0

[DSC-389] add pagination.

This commit is contained in:
Pratik Rajkotiya
2021-12-31 10:26:28 +05:30
parent ba268d4f28
commit 565c4106f9

View File

@@ -31,7 +31,7 @@
[sortConfig]="(currentSort$ |async)"
[type]="startsWithType"
[startsWithOptions]="startsWithOptions"
[enableArrows]="true"
[enableArrows]="false"
(prev)="goPrev()"
(next)="goNext()">
</ds-browse-by>