ng-recaptcha
Advanced tools
Changelog
7.0.0 (2020-12-22)
forRoot
method (514beaf)"@types/grecaptcha"
optional dependency version to ^3 (e1ee7b9)RecaptchaModule.forRoot()
method has been obsolete since v4.1.0 (since it has no longer been required). It is now removed. To migrate your code, simply use RecaptchaModule
where you previously used RecaptchaModule.forRoot()
<a name="6.1.0"></a>
Changelog
5.0.0 (2019-08-09)
ng-recaptcha/forms
entry point has been removed. RecaptchaFormsModule
and RecaptchaValueAccessorDirective
should now be imported directly from ng-recaptcha
tslib
is now a package dependency to ensure minimum possible bundle size. If your project doesn't yet have a dependency on tslib
, run npm install -D tslib@^1.9.0
(or yarn add -D tslib@^1.9.0
if you use yarn)<a name="4.3.0"></a>