Recaptcha google on angular 6 implementation
im trying to implement recaptcha2 in angular but i dont know where i put the step 3 in my code https://www.npmjs.com/package/angular-google-recaptcha im creating a form that need this,here's where i put the captcha: <div class="form-group-log text-center but-form"> <div class="g-recaptcha" data-sitekey="" data-callback="enableButtonEnviar"> </div> <button type="submit" disabled="disabled" class="btn btn-outline-primary btn-block btn-w-240 " id="Btn-enviar" data-dismiss="modal"> Entrar </button> </div> but doesnt display nothing. in the link says that i need to put this but i dont know where,