help page

This commit is contained in:
CHIEFSOFT\ameye
2023-12-05 07:12:42 -05:00
parent 8616e72e08
commit adcc52ecdb
2 changed files with 7 additions and 2 deletions
@@ -15,6 +15,9 @@ export class HelpListingComponent implements OnInit {
}
ngOnInit() {}
ngOnInit() {
setTimeout(()=>{
this.helpData = this.helpDataService.helpDataResult;
},5000);
}
}