Skip to content

Commit

Permalink
Bump angular version
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Aug 22, 2024
1 parent e7a11ab commit 8107864
Show file tree
Hide file tree
Showing 5 changed files with 15,303 additions and 24,659 deletions.
13 changes: 7 additions & 6 deletions erdblick_app/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {BrowserModule} from '@angular/platform-browser';

import {AppRoutingModule} from './app-routing.module';
import {AppComponent} from './app.component';
import {HttpClientModule} from "@angular/common/http";
import {provideHttpClient, withInterceptorsFromDi} from "@angular/common/http";
import {SpeedDialModule} from "primeng/speeddial";
import {DialogModule} from "primeng/dialog";
import {BrowserAnimationsModule} from "@angular/platform-browser/animations";
Expand Down Expand Up @@ -85,12 +85,14 @@ export function initializeServices(styleService: StyleService, mapService: MapSe
HighlightSearch,
TreeTableFilterPatchDirective,
],
bootstrap: [
AppComponent
],
imports: [
BrowserModule,
BrowserAnimationsModule,
AnimateModule,
AppRoutingModule,
HttpClientModule,
SpeedDialModule,
DialogModule,
FormsModule,
Expand Down Expand Up @@ -118,7 +120,7 @@ export function initializeServices(styleService: StyleService, mapService: MapSe
ButtonGroupModule,
TabViewModule,
BreadcrumbModule,
TableModule,
TableModule
],
providers: [
{
Expand All @@ -136,8 +138,7 @@ export function initializeServices(styleService: StyleService, mapService: MapSe
SidePanelService,
FeatureSearchService,
ClipboardService,
],
bootstrap: [AppComponent]
})
provideHttpClient(withInterceptorsFromDi()),
] })
export class AppModule {
}
2 changes: 1 addition & 1 deletion erdblick_app/app/coordinates.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ export class CoordinatesService {
}
});
}
}
}
2 changes: 1 addition & 1 deletion erdblick_app/app/jump.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,4 +184,4 @@ export class JumpTargetService {
selectThisFeature.featureId,
moveCamera);
}
}
}
Loading

0 comments on commit 8107864

Please sign in to comment.