help load

This commit is contained in:
CHIEFSOFT\ameye
2023-12-09 13:27:20 -05:00
parent cdbafb7cfd
commit e03cf8d0c7
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export class LogoutPage implements OnInit {
ngOnInit() {
}
timeoutId:any;
returnToLogin(router: Router){
this.timeoutId = setTimeout(function(){
+3 -1
View File
@@ -8,7 +8,9 @@ import {WrenchService} from "../services/wrench.service";
export class HelpDataService {
constructor( public sessionDataProviderService: SessionDataProviderService,
private wrenchService: WrenchService,) { }
private wrenchService: WrenchService,) {
this.getHelpData();
}
helpDataTotalResult: any;
helpDataResult: any;