help page
This commit is contained in:
@@ -15,6 +15,9 @@ export class HelpListingComponent implements OnInit {
|
||||
|
||||
}
|
||||
|
||||
ngOnInit() {}
|
||||
|
||||
ngOnInit() {
|
||||
setTimeout(()=>{
|
||||
this.helpData = this.helpDataService.helpDataResult;
|
||||
},5000);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,6 +13,8 @@ export class HelpDataService {
|
||||
helpDataTotalResult: any;
|
||||
helpDataResult: any;
|
||||
|
||||
|
||||
|
||||
async getHelpData(){
|
||||
|
||||
var reqData = {
|
||||
|
||||
Reference in New Issue
Block a user