Experiment
This commit is contained in:
@@ -14,7 +14,13 @@ export const appConfig: ApplicationConfig = {
|
||||
provideAnimationsAsync(),
|
||||
providePrimeNG({
|
||||
theme: {
|
||||
preset: Aura
|
||||
preset: Aura,
|
||||
options: {
|
||||
cssLayer: {
|
||||
name: 'primeng',
|
||||
order: 'theme,base,primeng'
|
||||
}
|
||||
}
|
||||
}
|
||||
}),
|
||||
provideHttpClient(),
|
||||
|
||||
Reference in New Issue
Block a user