[deprecated-angular-upgrade-18 | DONE | CHANGED] update to recaptcha-2

This commit is contained in:
Alex Martzios 2024-09-24 15:09:26 +03:00
parent 8672fb6359
commit b3c72f70c8
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import {RouterModule} from '@angular/router';
import {ContactUsComponent} from './contact-us.component';
import {ReactiveFormsModule} from "@angular/forms";
import {MatAutocompleteModule} from "@angular/material/autocomplete";
import {RecaptchaModule} from "ng-recaptcha";
import {RecaptchaModule} from "ng-recaptcha-2";
@NgModule({
imports: [

View File

@ -6,7 +6,7 @@ import {ReactiveFormsModule} from "@angular/forms";
import {MatSelectModule} from "@angular/material/select";
import {AlertModalModule} from "../../utils/modal/alertModal.module";
import {EmailService} from "../../utils/email/email.service";
import {RecaptchaModule} from "ng-recaptcha";
import {RecaptchaModule} from "ng-recaptcha-2";
@NgModule({
imports: [CommonModule, LandingHeaderModule, ReactiveFormsModule, MatSelectModule, AlertModalModule, RecaptchaModule],