inframap test
This commit is contained in:
@@ -61,11 +61,9 @@ export class ListComponent implements OnInit, OnChanges {
|
||||
}
|
||||
|
||||
ngOnChanges(changes: SimpleChanges): void {
|
||||
console.log(changes);
|
||||
if (changes['pageIdx'] && this.paginator) {
|
||||
|
||||
const pageParams: PageParams = {
|
||||
pageNo: this.pageIdx - 1,
|
||||
pageNo: this.pageIdx,
|
||||
countPerPage: 2,
|
||||
sortCol: 'id',
|
||||
sortDirection: 'descending',
|
||||
|
||||
Reference in New Issue
Block a user