标签: angular ionic-framework ionic4
我正在Ionic 4和Angular中制作一个应用程序,我想清除缓存以免使用页面中的先前数据。我尝试这样做:
const headers = new Headers(); headers.append('Cache-control', 'no-cache');
有人碰巧知道如何实现这一目标吗?