Closed sai-gmbh closed 1 month ago
@sai-gmbh i will take a look into it.
@giacomo Any update??
@sai-gmbh working on it ;)
could you please check this.cookieManagerService.cookieUpdated$
basically it is a Subject and it is always called when updating a cookie.
@sai-gmbh relased with v3.1.0
Hi,
I have a question regarding dynamically updating the language in the consent manager in sync with the website language. Currently, I see you have a service (NgxCookieConsentService), but it's not publicly exported, so I'm unable to trigger the language change in the consent manager when the website language changes.
Is there any recommended way or service available to achieve this? Additionally, is there a service provided to deactivate Google Analytics if cookies haven't been allowed, apart from the example shown for Google videos in your StackBlitz demo?
Ideally, I’m looking for a service that:
Provides a method to read all cookies and expose them as BehaviorSubject. Offers an additional method where a user can input a cookie name and retrieve a filtered result as an observable. Or am I possibly missing something?
Thanks a lot for your work in building and maintaining this library continuously!
Best regards,