Questions tagged [primeicons]

18 questions
0
votes
0 answers

primeng p-treeTableToggler icon changed instead of original pi pi-fw pi-chevron-right icon

I'm using primeng tree toggler for a grid in angular application. For tree toggler icon, primeicons are used. https://www.primefaces.org/primeng/showcase/#/icons Using below CSS for toggler icon. .pi-chevron-right:before { content: '\e905'…
S.Chandra Sekhar
  • 453
  • 3
  • 11
  • 22
0
votes
1 answer

Loosing my styles on PrimeNG update from 5 to 7

Currently I'm trying to upgrade PrimeNG in my Angular 7 project from ^5.2.7 to ^7.1.3. After the update, when I'm running "ng serve", I'm getting errors related to dropdown and multiselect. To fix this it suggests to install @angular/cdk. But after…
-2
votes
1 answer

What is causing certain Primeng icons to change into SVG format and create new tags in the DOM?

Some of the Primeng icons are having issues where they are being converted to SVG and a similar tag is being created in the DOM. What is causing this problem? enter image description here What I expect:enter image description here
1
2