We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x
- [ ] bug report -> please search issues before submitting - [x ] feature request
- cookieconsent version: 3.1.1 - ngx-cookieconsent version: 2.2.2
MacOS Mojave
Angular CLI: 6.2.3 Node: 11.14.0 Angular: 6.1.9
N/A
https://cookieconsent.osano.com/documentation/javascript-api/ indicates that you can specify location:true in the configuration to easily enable the display of the popup only in countries that require it (and hide in others).
ngx-cookieconsent does not appear to support this, since the Typescript compiler requires an NgcLocationOptions object.
Is there an easy way to configure this? If not, would it be possible to add support for it?
The text was updated successfully, but these errors were encountered:
Hi @localegirl,
This is a valid request. Thanks for reporting 👍 I will update the typings tonight to allow this.
Expect a new feature release to come out, hopefully tonight
Cheers!
Sorry, something went wrong.
Great! Thanks!
306fe18
Released under v2.2.3
Enjoy! :)
Awesome! Thanks for the quick response!
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)CookieConsent and Library Versions?
OS Version?
MacOS Mojave
Angular, Node and al Versions?
Angular CLI: 6.2.3
Node: 11.14.0
Angular: 6.1.9
Repro steps
N/A
The log given by the failure
N/A
Desired functionality
https://cookieconsent.osano.com/documentation/javascript-api/ indicates that you can specify location:true in the configuration to easily enable the display of the popup only in countries that require it (and hide in others).
ngx-cookieconsent does not appear to support this, since the Typescript compiler requires an NgcLocationOptions object.
Is there an easy way to configure this? If not, would it be possible to add support for it?
Mention any other details that might be useful
The text was updated successfully, but these errors were encountered: