Refresh a page in ionic2
You could also use the ionic refresher, to create a pull to refresh action on the page
http://ionicframework.com/docs/v2/api/components/refresher/Refresher/
Try this code :
this.navCtrl.setRoot(this.navCtrl.getActive().component);