How to disable data caching in Ionic 2! As in the previous version of Ionic, this was just by setting cache-view = "false", and then what can be used instead?
I need to disable caching in a specific view, since I had a problem loading the same data from the database after using http get!
source
share