You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…videNgcCookieConsent()`
BREAKING CHANGE: Angular `v15` is now the minimal version to use the library
If you're using new Angular Standalone API, you can now leverage `provideNgcCookieConsent(config)`
(instead of `NgcCookieConsentModule.forRoot(config)`) to configure your (ng)module-less application
Closes#132
# [5.0.0](v4.0.2...v5.0.0) (2024-01-10)
### Features
* **core:** add `mobileForceFloat` option in the config ([38c0346](38c0346)), closes [#139](#139)
* update to Angular `v15` and add standalone api support via `provideNgcCookieConsent()` ([e34b18a](e34b18a)), closes [#132](#132)
### BREAKING CHANGES
* Angular `v15` is now the minimal version to use the library
If you're using new Angular Standalone API, you can now leverage `provideNgcCookieConsent(config)`
(instead of `NgcCookieConsentModule.forRoot(config)`) to configure your (ng)module-less application
***
[skip ci]
Ngx-CookieConsent Version
[email protected]
CookieConsent Version
3.1.1
Angular CLI (or Nx CLI) Version
~15.1.6
Node Version
16.19.0
OS Version
Mac os 13.2
Expected Behaviour
Install package for Angular 15
Thank you in advance :)
Actual Behaviour
Angular 15 not supported
Steps to reproduce the behaviour
npm install --save cookieconsent
npm install --save ngx-cookieconsent
The text was updated successfully, but these errors were encountered: