💄 Monday as first day of week
This commit is contained in:
parent
06fdaa9168
commit
1a4a635366
@ -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 { provideAnimationsAsync } from "@angular/platform-browser/animations/async";
|
||||||
import { provideRouter } from "@angular/router";
|
import { provideRouter } from "@angular/router";
|
||||||
|
|
||||||
@ -19,6 +23,9 @@ export const appConfig: ApplicationConfig = {
|
|||||||
provideAnimationsAsync(),
|
provideAnimationsAsync(),
|
||||||
provideHttpClient(withInterceptors([Interceptor])),
|
provideHttpClient(withInterceptors([Interceptor])),
|
||||||
providePrimeNG({
|
providePrimeNG({
|
||||||
|
translation: {
|
||||||
|
firstDayOfWeek: 1,
|
||||||
|
},
|
||||||
theme: {
|
theme: {
|
||||||
preset: TripThemePreset,
|
preset: TripThemePreset,
|
||||||
options: {
|
options: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user