When I add the following code to my home.ts constructor. (Home is my root page)
this.navCtrl.setRoot(Userpage);
then instead of getting Userpage shown, I get blank, white screen. Somehow HTML is not loaded.
I attached the video recording for better understanding.