[email protected] is using angular 17.x.x. You need to overrides the dependencies for ng-recaptcha.like
"overrides": {
"ng-recaptcha": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0"
}
}
Add those dependencies in overrides which you are getting at runtime.