Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用https://github.com/7leads/ngx-cookie-service 删除无法正常工作,任何人都可以帮我解决这个问题或建议任何其他插件
使用这种方式可能会有所帮助
this.cookieService.delete( 'customer' , '/' );
其中“客户”是名称,“/”是路径
使用 js-cookie
Cookies.set('name', 'value');
Cookies.remove('name');
https://github.com/js-cookie/js-cookie