25 items per page

This commit is contained in:
Chocobozzz 2018-01-29 15:14:29 +01:00
parent 30f0d5e0b3
commit 6f6cdef7ec
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import { Video } from './video.model'
export abstract class AbstractVideoList implements OnInit {
pagination: ComponentPagination = {
currentPage: 1,
itemsPerPage: 10,
itemsPerPage: 25,
totalItems: null
}
sort: SortField = '-createdAt'