I have a page that shows item details, and can be pushed infinitely to keep looking at new data. I need to disable the cache for this view so that it will not keep storing listeners and html for potentially a large amount of nav pushes through history.
Is there a view-cache=“false” equivalent in Ionic 2 that will prevent the component from being cached?
Thanks for any help!