How to disable caching in Ionic 2

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!

+4
source share

Source: https://habr.com/ru/post/1675716/


All Articles