help load
This commit is contained in:
@@ -19,7 +19,7 @@ export class LogoutPage implements OnInit {
|
||||
ngOnInit() {
|
||||
|
||||
}
|
||||
|
||||
|
||||
timeoutId:any;
|
||||
returnToLogin(router: Router){
|
||||
this.timeoutId = setTimeout(function(){
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user