Is there a way to refresh only a page i.e. only one screen in ionic2.
I tried :
window.location.reload();
and
loca
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/