captcha-com / angular-captcha

BotDetect CAPTCHA: Angular Captcha Module (TypeScript: Angular 2/4/5/6/7/8+).
https://captcha.com/angular-captcha.html
16 stars 10 forks source link

problem with angular 16+ #13

Open Mahloujian opened 1 month ago

Mahloujian commented 1 month ago

hi, when we started using BotDetectCaptcha in angular 16+ projectes we encountered this error, would you please consider this issue:

This likely means that the library (angular-captcha) which declares BotDetectCaptchaModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

nikhilbhalwankar commented 1 month ago

hi, when we started using BotDetectCaptcha in angular 16+ projectes we encountered this error, would you pleare consider this issue:

This likely means that the library (angular-captcha) which declares BotDetectCaptchaModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

I am also facing the same problem. BotDetectCaptchaModule is not compatible with Angular Ivy. Have you found any solution for the issue?