Javascript – how to use CookieStore in Angular in order to listen to cookie change events
I have an angular component where I would like to perform actions when a specific cookie is changed. I read that I can do it via CookieStore Api (https://developer.mozilla.org/en-US/docs/Web/API/CookieStore/change_event) But when I try to use it in my angular component,…