UNPKG

@herdwatch/ng-recaptcha

Version:

Angular component for Google reCAPTCHA

11 lines (10 loc) 903 B
export { RecaptchaComponent, RecaptchaErrorParameters } from "./lib/recaptcha.component"; export { RecaptchaLoaderService } from "./lib/recaptcha-loader.service"; export { RecaptchaModule } from "./lib/recaptcha.module"; export { RecaptchaSettings } from "./lib/recaptcha-settings"; export { RecaptchaV3Module } from "./lib/recaptcha-v3.module"; export { OnExecuteData, OnExecuteErrorData, ReCaptchaV3Service } from "./lib/recaptcha-v3.service"; export { RecaptchaFormsModule } from "./lib/recaptcha-forms.module"; export { RecaptchaValueAccessorDirective } from "./lib/recaptcha-value-accessor.directive"; export { RECAPTCHA_LANGUAGE, RECAPTCHA_BASE_URL, RECAPTCHA_NONCE, RECAPTCHA_SETTINGS, RECAPTCHA_V3_SITE_KEY, RECAPTCHA_LOADER_OPTIONS, RecaptchaLoaderOptions, } from "./lib/tokens"; export { provideEnvironmentRecaptchaV3Services, provideRecaptchaV3Services } from "./lib/recaptcha-v3.providers";