@ -56,7 +56,7 @@ export class UserComponent implements OnInit {
this.loading=false
})
}
SkipCount: number = 0 //0 16 32 48
MaxResultCount: number = 16
pageChange($event) {
this.SkipCount = ($event - 1) * this.MaxResultCount