We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b61194 commit bd1c13dCopy full SHA for bd1c13d
client/src/app/dashboard/info-center/info-center.component.ts
@@ -53,5 +53,7 @@ export class InfoCenterComponent implements OnInit {
53
this.changeDetectorRefs.detectChanges();
54
this.paginator.lastPage();
55
this.paginator.firstPage();
56
+ this.paginator._changePageSize(10);
57
+ this.paginator._changePageSize(5);
58
}
59
0 commit comments