From adcc52ecdbbabddca31addf44c4998921777bee5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Tue, 5 Dec 2023 07:12:42 -0500 Subject: [PATCH] help page --- src/app/components/help-listing/help-listing.component.ts | 7 +++++-- src/app/store/help-data.service.ts | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/components/help-listing/help-listing.component.ts b/src/app/components/help-listing/help-listing.component.ts index ce93c1d..3e13126 100644 --- a/src/app/components/help-listing/help-listing.component.ts +++ b/src/app/components/help-listing/help-listing.component.ts @@ -15,6 +15,9 @@ export class HelpListingComponent implements OnInit { } - ngOnInit() {} - + ngOnInit() { + setTimeout(()=>{ + this.helpData = this.helpDataService.helpDataResult; + },5000); + } } diff --git a/src/app/store/help-data.service.ts b/src/app/store/help-data.service.ts index 41c2dd6..3a96c0b 100644 --- a/src/app/store/help-data.service.ts +++ b/src/app/store/help-data.service.ts @@ -13,6 +13,8 @@ export class HelpDataService { helpDataTotalResult: any; helpDataResult: any; + + async getHelpData(){ var reqData = {