From 1a4a6353660d29f1aa44f4d9a2d7b68898ad9e43 Mon Sep 17 00:00:00 2001 From: itskovacs Date: Thu, 28 Aug 2025 20:25:05 +0200 Subject: [PATCH] :lipstick: Monday as first day of week --- src/src/app/app.config.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/src/app/app.config.ts b/src/src/app/app.config.ts index 0be9ea7..34bdfeb 100644 --- a/src/src/app/app.config.ts +++ b/src/src/app/app.config.ts @@ -1,4 +1,8 @@ -import { ApplicationConfig, provideZoneChangeDetection, isDevMode } from "@angular/core"; +import { + ApplicationConfig, + provideZoneChangeDetection, + isDevMode, +} from "@angular/core"; import { provideAnimationsAsync } from "@angular/platform-browser/animations/async"; import { provideRouter } from "@angular/router"; @@ -19,6 +23,9 @@ export const appConfig: ApplicationConfig = { provideAnimationsAsync(), provideHttpClient(withInterceptors([Interceptor])), providePrimeNG({ + translation: { + firstDayOfWeek: 1, + }, theme: { preset: TripThemePreset, options: {