Experiment

This commit is contained in:
2025-05-29 17:12:16 +02:00
parent 6756678b1d
commit b2a3c9b1c3
51 changed files with 1057 additions and 310 deletions

View File

@@ -14,7 +14,13 @@ export const appConfig: ApplicationConfig = {
provideAnimationsAsync(),
providePrimeNG({
theme: {
preset: Aura
preset: Aura,
options: {
cssLayer: {
name: 'primeng',
order: 'theme,base,primeng'
}
}
}
}),
provideHttpClient(),