ng-recaptcha
Version:
Angular component for Google reCAPTCHA
10 lines (9 loc) • 789 B
TypeScript
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";