Hi all,
I have a function upload_images(). I want reload current page whenever that function finished to get new images which just be uploaded.
How can I do that without losing stack navigation because I find a way to reload but stack navigation will lost.
this.navCtrl.setRoot(this.navCtrl.getActive().component);