A demo app for implementation of Google's reCaptcha API V2
working demo link here
- This app uses direct API from Google's reCaptcha i.e. no package used
- Use this link to get YOUR_SITE_KEY & YOUR_SECRET_KEY: get reCaptcha keys
- Now, replace YOUR_SITE_KEY with your secret key you got from the above link in app.component.ts
- Finally, run your app using command
npm serve
- Find your output at http://localhost:4200
- server side validation with SECRET_KEY
- Please ignore service file in the code created still to implement