inframap test

This commit is contained in:
insanity
2018-06-08 20:37:13 +09:00
parent ce6f0c1f08
commit 31cd802b0f
6 changed files with 2012 additions and 1872 deletions

View File

@@ -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',