How to reload current page in ionic 3 without losing stack navigation and data

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);

1 Like