0
각도 2 구성 요소에서 보이지 않는 recaptcha를 통합하려고합니다. 여기 각도 구성 요소가있는 보이지 않는 reCAPTCHA 통합
는 login.component.html<button type="submit" class="g-recaptcha" data-sitekey="<Site-Key>" data-callback='onsubmit'> Log On </button>
내 코드입니다 그리고 login.component.ts은 다음과 방법 onsubmit 있습니다
onsubmit() {
console.log("In onsubmit method");
}
내가 호출 할 때 다음과 같은 오류를 얻고을 내 login.component.ts에서 onsubmit 메소드
및 'g-recaptcha-response'를 얻는 방법 내 login.component.ts.