About 50 results
Open links in new tab
  1. How to resolved "Could not resolve 'primeng/resources/primeng.css ...

    Dec 4, 2025 · According to the Migration guide to PrimeNG v18 document (SASS Theme section), The styled mode theming has been reimplemented from scratch based on an all-new architecture. The …

  2. Newest 'primeng' Questions - Stack Overflow

    PrimeNG and NG-ZORRO as UI Library, which is better for large enterprise grade Angular application? Where customization will be easy, less pain and all features will be available.

  3. Simple way to set color palette for PrimeNG 18/19 theme?

    May 19, 2025 · The PrimeNG website lets you experiment with different palette (as well as different themes) through an interface like this: The tooltip shows the palette I like is called "sky", but I can't …

  4. 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: …

  5. How can i have a clear icon in the primeNg input?

    Oct 19, 2018 · Learn how to add a clear icon functionality to PrimeNG input fields in your Angular application.

  6. Primeng not working correctly after adding Tailwindcss to Project

    Oct 11, 2023 · I tried to create a project using both tailwindcss and primeng. But after I import Tailwind, the styles of Primeng are not applied any further I tried using the Tailwind prefix option, but as soon ...

  7. PrimeNG - Sticky header not working in p-table - Stack Overflow

    Mar 15, 2021 · Hello I am using PrimeNG p-table which has both horizontal scroll and vertical scroll. I want to use sticky header for the table for which I have tried following 2 methods - …

  8. How to change primeNG datatable p-column filter date format?

    Mar 31, 2021 · How to change primeNG datatable p-column filter date format? Asked 5 years ago Modified 3 years, 10 months ago Viewed 23k times

  9. How can I overlay a ProgressSpinner in PrimeNG? - Stack Overflow

    Sep 26, 2020 · I have a progressBar spinner like this : <p-progressSpinner></p-progressSpinner> I want to make it center and overlay. How can I do that ? Thanks .

  10. PrimeNG theme font overwriting Angular application font

    11 I am trying to use PrimeNG on my angular application with Nova Light theme. I added the dependency and added theme.css file to styles.scss file as shown below. Here is the problem, …