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 = {