v5.0.0
5.0.0 (2024-01-10)
Features
- core: add
mobileForceFloat
option in the config (38c0346), closes #139 - update to Angular
v15
and add standalone api support viaprovideNgcCookieConsent()
(e34b18a), closes #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