[deprecated-angular-upgrade-18 | DONE | CHANGED] update to recaptcha-2
This commit is contained in:
parent
8672fb6359
commit
b3c72f70c8
|
@ -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: [
|
||||
|
|
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue