
Simple way to set color palette for PrimeNG 18/19 theme?
May 19, 2025 · Thanks! I wish PrimeNG site provided this example - I am on Angular19 and faced issues using definePreset, degrading typescript to 5.7.0 helped. I am still looking for old Lara Light …
migration - PrimeNG v18 tabs component - Stack Overflow
Jan 11, 2025 · I everyone, I'm currently migrating from PrimeNG 17 to 18 and noticed that the new Tabs component doesn't seem to provide a onClick or onChange event out of the box. This makes it …
css - Angular: Styles from primeng not working even they are listed in ...
Feb 15, 2023 · I have added primeng to my Angular project. But the styles don't work. I have put the styles in style.scss and in angular.json. but always i do ng serve it doesn't work My styles.scss: …
Newest 'primeng' Questions - Stack Overflow
Feb 12, 2026 · Using PrimeNG DynamicDialog, I'm trying to create a consistent header-content-footer layout for all the dialogs in my use case. When opening a custom dialog component, in the dialog …
angular - Flexible date filter in PrimeNG - Stack Overflow
Feb 23, 2025 · I am creating a flexible filter based on a datePicker that allows users to select a specific date, a range, a month, or a year. This is my current work in progress. While it functions to some …
Primeng components failure after Angular 20 update
Nov 17, 2025 · 1 After updating to Angular 20.3.9, primeng does not apply their styles to the input and button of this html and can not also import the Aura theme:
How can I use PrimeNG and Bootstrap in an Angular 17 project?
9 It is possible to use primeng ^17.6.0 and bootstrap ^5.3.2 in an Angular 17 project? I want to use bootstrap for the public part of my application, but there is an admin section where I would like to use …
PrimeNG v18+ with non- standalone style - Stack Overflow
Feb 2, 2025 · Installed PrimeNG 18 and need the Lara theme, but importing modules in AppModule doesn’t work. Could you advise how to integrate the Lara theme and import the PrimeNG modules …
How do I set primeNg dropdown selected value as the id of the object ...
May 20, 2020 · 2 Unfortunately you can't change the way PrimeNG dropdown uses the value, by default dropdown uses the entire object from the Array of objects; PrimeNG only allow to change the label …
How to resolve Angular 10 primeng NullInjectorError: No provider for ...
Aug 26, 2020 · How to resolve Angular 10 primeng NullInjectorError: No provider for ConfirmationService? Asked 5 years, 5 months ago Modified 1 year, 6 months ago Viewed 19k times