save username
This commit is contained in:
@@ -95,6 +95,7 @@ export class LoginPage implements OnInit {
|
||||
//console.log(`Hello ${value}!`);
|
||||
};
|
||||
|
||||
checkName();
|
||||
// use hook after platform dom ready
|
||||
FacebookLogin.initialize({ appId: environment.facebookAppId });
|
||||
}
|
||||
@@ -148,7 +149,7 @@ getBlogData(){
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
setName();
|
||||
// this.intervalRefreshService.startIntervalCalls(); // anything with interval call
|
||||
// this.marketDataService.getJobsData();
|
||||
// this.getBlogData();
|
||||
|
||||
Reference in New Issue
Block a user