Skip to content

Commit

Permalink
Update ng-idle
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Aug 25, 2024
1 parent 711fefb commit 5aabc81
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions IsraelHiking.Web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion IsraelHiking.Web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@mapbox/polyline": "^1.2.1",
"@mapbox/vector-tile": "^1.3.1",
"@maplibre/ngx-maplibre-gl": "^18.0.0",
"@ng-idle/core": "^14.0.0",
"@ng-idle/core": "^15.0.0",
"@ngxs/store": "^18.1.1",
"@nicky-lenaers/ngx-scroll-to": "^14.0.0",
"@turf/bbox": "7.1.0",
Expand Down
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 @@ -33,7 +33,7 @@ import { NgProgressModule } from "ngx-progressbar";
import { NgProgressHttpModule } from "ngx-progressbar/http";
import { InfiniteScrollModule } from "ngx-infinite-scroll";
import { NgxMapLibreGLModule } from "@maplibre/ngx-maplibre-gl";
import { NgIdleModule } from "@ng-idle/core";
import { provideNgIdle } from "@ng-idle/core";
import { provideLottieOptions, LottieComponent } from "ngx-lottie";
import { NgxsModule } from "@ngxs/store";
import { saveAs } from "file-saver-es";
Expand Down Expand Up @@ -249,7 +249,6 @@ const initializeApplication = (injector: Injector) => async () => {
UIComponentsReducer
]),
NgxMapLibreGLModule,
NgIdleModule.forRoot(),
HammerModule,
LottieComponent
],
Expand Down Expand Up @@ -319,7 +318,8 @@ const initializeApplication = (injector: Injector) => async () => {
RouteEditRouteInteraction,
provideHttpClient(
withInterceptorsFromDi(),
)
),
provideNgIdle()
],
declarations: [
MainMapComponent,
Expand Down

0 comments on commit 5aabc81

Please sign in to comment.