55 RecaptchaFormsModule ,
66 RecaptchaV3Module ,
77 ReCaptchaV3Service ,
8- } from "ng-recaptcha" ;
8+ } from "ng-recaptcha-2 " ;
99import { NzAlertModule } from "ng-zorro-antd/alert" ;
1010import { NzDrawerService } from "ng-zorro-antd/drawer" ;
1111import { en_US , NZ_I18N } from "ng-zorro-antd/i18n" ;
@@ -16,6 +16,7 @@ import { NzNotificationModule } from "ng-zorro-antd/notification";
1616import { MarkdownModule , provideMarkdown } from "ngx-markdown" ;
1717
1818import { registerLocaleData } from "@angular/common" ;
19+ import { provideHttpClient } from "@angular/common/http" ;
1920import en from "@angular/common/locales/en" ;
2021import { APP_INITIALIZER , ErrorHandler , NgModule } from "@angular/core" ;
2122import {
@@ -33,9 +34,8 @@ import { getStorage, provideStorage } from "@angular/fire/storage";
3334import { BrowserModule } from "@angular/platform-browser" ;
3435import { BrowserAnimationsModule } from "@angular/platform-browser/animations" ;
3536import { Router } from "@angular/router" ;
36- import * as Sentry from "@sentry/angular-ivy " ;
37+ import * as Sentry from "@sentry/angular" ;
3738
38- // import build from "../build";
3939import { environment } from "../environments/environment" ;
4040import { FooterComponent } from "./@ui/footer/footer.component" ;
4141import { AppRoutingModule } from "./app-routing.module" ;
@@ -85,7 +85,7 @@ const providers: any[] = [
8585 } ,
8686 {
8787 provide : APP_INITIALIZER ,
88- // eslint-disable-next-line @typescript-eslint/no-empty-function
88+
8989 useFactory : ( ) => ( ) => { } ,
9090 deps : [ Sentry . TraceService ] ,
9191 multi : true ,
@@ -105,6 +105,7 @@ const providers: any[] = [
105105 provideDatabase ( ( ) => getDatabase ( ) ) ,
106106 provideStorage ( ( ) => getStorage ( ) ) ,
107107 provideMarkdown ( ) ,
108+ provideHttpClient ( ) ,
108109 NzModalService ,
109110 NzImageService ,
110111 NzDrawerService ,
0 commit comments