79467418

Date: 2025-02-25 17:37:44
Score: 2
Natty:
Report link

I am having similar problem, I have

import { bootstrapApplication } from '@angular/platform-browser';
import { provideHttpClient, withInterceptorsFromDi } from '@angular/common/http';
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
import { providePrimeNG } from 'primeng/config';
import Aura from '@primeng/themes/aura';
import { AppComponent } from './app/app.component';

bootstrapApplication(AppComponent, {
  providers: [
    provideAnimationsAsync(),
    providePrimeNG({
      theme: { preset: Aura }
    }),
    provideHttpClient(withInterceptorsFromDi())
  ]
});

But it doesn't seem to use the theme.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): I am having similar problem
  • Low reputation (0.5):
Posted by: Szynkie