From c555761b8ca8d8c3b023520adab92f8283cc5053 Mon Sep 17 00:00:00 2001 From: PARK BYUNG JUN Date: Thu, 1 Sep 2022 18:12:10 +0000 Subject: [PATCH] totoal_count is applied --- .../modules/admin/game/casino/components/list.component.html | 2 +- src/app/modules/admin/game/casino/components/list.component.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/modules/admin/game/casino/components/list.component.html b/src/app/modules/admin/game/casino/components/list.component.html index 2643571..3e5b39f 100644 --- a/src/app/modules/admin/game/casino/components/list.component.html +++ b/src/app/modules/admin/game/casino/components/list.component.html @@ -260,7 +260,7 @@ = new Subject(); @@ -138,6 +139,7 @@ export class ListComponent implements OnInit, AfterViewInit, OnDestroy { const listBettingHistory = listBettingHistoryResult.getBettingHistoryList(); this.bettingHistorys$ = of(listBettingHistory); + this.__casinoTotalCount = listBettingHistoryResult.getTotalCount(); // Mark for check this._changeDetectorRef.markForCheck();