ng-recaptcha
Advanced tools
Changelog
2.0.0 (2017-03-14)
recaptcha
to re-captcha
RecaptchaNoFormsModule
should instead use import { RecaptchaModule } from 'ng-recaptcha'
. Users of v1 RecaptchaModule
should also import { RecaptchaFormsModule } from 'ng-recaptcha/forms'
. SystemJS users must also re-setup module "main" file to index.js
<a name="1.7.0"></a>