Skip to content

Instantly share code, notes, and snippets.

@nicobytes
Created September 11, 2017 22:12
Show Gist options
  • Select an option

  • Save nicobytes/bf3b97f75fffac320d59df70704e8cfb to your computer and use it in GitHub Desktop.

Select an option

Save nicobytes/bf3b97f75fffac320d59df70704e8cfb to your computer and use it in GitHub Desktop.
private checkSession(){
if(this.auth.isLoggedIn()){
this.navMaster.setRoot('HomePage');
}else{
this.navMaster.setRoot('LoginPage');
}
this.splashScreen.hide();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment