I'm using this ionic cache service module, but it as some savior bug.
You can see it here (issue 42).
I can see a pull request to that bug too. Yet, it is not merged into the main branch.
Can you tell me how to use that fix with my Ionic 3 app?
Update:
I have tried npm i --save Nodonisko/ionic-cache#pull/43/headas mentioned below answer by @VonC.But the problem here is when I used npm i --save Nodonisko/ionic-cache#pull/43/head,it removes dist folder inside the node_modules/ionic-cache.Then no api details for the package and it is not working.Do you know a better way to do this?