Hi
I try to reload my app when some user login or logout from the app.
I tried:
this.splashscreen.show()
window.location.reload()
or
this.app.getActiveRoot.setRoot(MyApp);
but its not working good.
Are there other ideas?
Thank you.
Hi
I try to reload my app when some user login or logout from the app.
I tried:
this.splashscreen.show()
window.location.reload()
or
this.app.getActiveRoot.setRoot(MyApp);
but its not working good.
Are there other ideas?
Thank you.