Skip to content

Commit

Permalink
Missing appmodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Aug 25, 2024
1 parent 8604c95 commit 102bcfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IsraelHiking.Web/src/application/application.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import { ClipboardModule } from "@angular/cdk/clipboard";
import { Angulartics2Module, Angulartics2GoogleGlobalSiteTag } from "angulartics2";
import { NgProgressModule } from "ngx-progressbar";
import { NgProgressHttpModule } from "ngx-progressbar/http";
import { InfiniteScrollModule } from "ngx-infinite-scroll";
import { InfiniteScrollDirective } from "ngx-infinite-scroll";
import { NgxMapLibreGLModule } from "@maplibre/ngx-maplibre-gl";
import { provideNgIdle } from "@ng-idle/core";
import { provideLottieOptions, LottieComponent } from "ngx-lottie";
Expand Down Expand Up @@ -231,7 +231,6 @@ const initializeApplication = (injector: Injector) => async () => {
NgProgressHttpModule,
ScrollToModule.forRoot(),
DragDropModule,
InfiniteScrollModule,
NgxsModule.forRoot([
ConfigurationReducer,
LocationReducer,
Expand All @@ -250,7 +249,8 @@ const initializeApplication = (injector: Injector) => async () => {
]),
NgxMapLibreGLModule,
HammerModule,
LottieComponent
LottieComponent,
InfiniteScrollDirective
],
providers: [
AuthorizationService,
Expand Down

0 comments on commit 102bcfb

Please sign in to comment.