Update to angular 15 & related frontend packages

This commit is contained in:
Michael Shamoon
2023-01-11 23:10:16 -08:00
parent 9e33344808
commit 4b4111ec03
8 changed files with 4121 additions and 5745 deletions

View File

@@ -61,7 +61,7 @@ const routes: Routes = [
]
@NgModule({
imports: [RouterModule.forRoot(routes, { relativeLinkResolution: 'legacy' })],
imports: [RouterModule.forRoot(routes)],
exports: [RouterModule],
})
export class AppRoutingModule {}

View File

@@ -200,7 +200,7 @@ function initializeApp(settings: SettingsService) {
PdfViewerModule,
NgSelectModule,
ColorSliderModule,
TourNgBootstrapModule.forRoot(),
TourNgBootstrapModule,
],
providers: [
{

View File

@@ -509,6 +509,10 @@ table.table {
.progress {
background-color: var(--bs-body-bg);
.text-bg-primary {
background-color: var(--bs-primary) !important;
}
}
.ngb-dp-header,