79555827

Date: 2025-04-04 16:17:05
Score: 0.5
Natty:
Report link

[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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Sourabh Chopade