-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
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
Support for Angular 13 #245
Comments
+1 |
Is there an ETA on when we might get this support for ng13? |
The PR is ready for review and further steps. I hope it gets merged sooner than later. |
Hey folks!
It’s been a long week, but I’ll take a look at this some time Monday.
Thanks for your patience!
…On Sat, Nov 13, 2021 at 3:34 PM Umair Hafeez ***@***.***> wrote:
Is there an ETA on when we might get this support for ng13?
The PR is ready for review and further steps. I hope it gets merged sooner
than later.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#245 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALNVPJTBO3KMVWRC3WP3ZTUL3YXVANCNFSM5HPEC4JQ>
.
|
* feat(package): upgrade to angular 13 closes #245
Hi. 17 static ɵdir: i0.ɵɵDirectiveDeclaration<RecaptchaValueAccessorDirective, "re-captcha[formControlName],re-captcha[formControl],re-captcha[ngModel]", never, {}, {}, never, never, false>; Error: node_modules/ng-recaptcha/lib/recaptcha.component.d.ts:59:18 - error TS2314: Generic type 'ɵɵComponentDeclaration' requires 7 type argument(s). 59 static ɵcmp: i0.ɵɵComponentDeclaration<RecaptchaComponent, "re-captcha", ["reCaptcha"], { "id": "id"; "siteKey": "siteKey"; "theme": "theme"; "type": "type"; "size": "size"; "tabIndex": "tabIndex"; "badge": "badge"; "errorMode": "errorMode"; }, { "resolved": "resolved"; "error": "error"; }, never, never, false>; How do I resolve this issue |
@Christian-Devs please consult the versions compatibility table in the README. If the problem persists, please open a new issue, following the issue template |
Hi DethAriel. |
Summary
I'm submitting a:
Description
Angular 13 has been released on November 03, 2021. This is to start the discussion on upgrading
ng-recaptcha
to support Angular 13.Lib versions:
tsc --version
): 4.4.4The text was updated successfully, but these errors were encountered: