Questions tagged [primeicons]
18 questions
4
votes
0 answers
Prime Icons are not showing in Angular 12
I am using PrimeNG, PrimeIcons and Angular 12 in the same project and I have a problem.
When I open the project in FireFox, the Prime's icons aren't loading. In the picture, you can see the result.
Moreover, in the console, an error is…

Alba
- 422
- 2
- 9
- 20
4
votes
0 answers
primeng icons appearing as boxes within primeng control
I have created sample angular application in stackblitz and imported all packages to get primeng working.
my "styles"look like this in angular.json
"styles": [
"node_modules/primeng/resources/primeng.min.css",
…

user2243747
- 2,767
- 6
- 41
- 61
3
votes
2 answers
How to replace table header sort icons in PrimeNG 15.4+
In the latest release of PrimeNG the way sort icons are done has changed. They used to just have an i tag with CSS classes, which I was able to override in my CSS to use my company's icons:
but now they are using a template with an SVG:
I saw on…

Steve
- 14,401
- 35
- 125
- 230
2
votes
1 answer
How to increase the size of PrimeNg loadingIcon
In the PrimeNg Turbotable I use loadingIcon to display the spinner while loading data. I am not able to increase the size of primeIcon pi-spinner.
HTML Code:

Jan69
- 1,109
- 5
- 25
- 48
1
vote
0 answers
laravel is unable to get primericons from localhost
I wanted to integrate primereact / primeicons in my Laravel project. But having a bit of a strange error.
The error shows in the console when I run the…

Husnain Sajjad
- 11
- 2
1
vote
1 answer
Primeng RadioButton Label
I have just started learning Primeng. I was working on the radio button and using the label property to display the label. When I use this radio button inside any component with restricted length and width, the labels with longer length comes below…

Prakhar
- 25
- 4
1
vote
1 answer
PrimenG radio button icons not shown
I am trying to have a radio button displayed next to a question I will be asking a user. I am using PrimeNg and when I compile my code I do not get the empty circle next to my radio fields
I have installed primeicons aswell
Code for radio…

confusedntired
- 137
- 2
- 14
0
votes
0 answers
PrimeIcons, icons lib are not showing after upgraded to angular 14
Upgraded angular version from 8 to 14, external icons lib and fontstyle, primeicons not loading from nodemodules.
angular.json:
"styles": [ "./node_modules/primeng/resources/primeng.min.css", …

Linda Sebastian
- 1
- 2
0
votes
0 answers
PrimeNG Calendar showing plus icon instead of next icon
I am using PrimeNG Calendar in my web application, and I have encountered an issue where the calendar displays a plus icon instead of the expected next icon.
Class and icon used by component >
class="ui-datepicker-next-icon pi pi-chevron-right…
0
votes
0 answers
How to use custom webpack and url-loader with angular 14
I'm at a total loss how this should be setup.
The short version is: How do I use a load like url-loader together with angular to url encode fonts in CSS?
I am using primeicons, which don't really work on the platform I'm deploying it to for various…

stewbert
- 51
- 1
- 5
0
votes
1 answer
How to use a fontAwesome icon for the PrimeNg Tree's toggler?
I'm using FontAwesome in the app and I've not installed PrimeIcons.
So now when I'm using the PrimeNg's tree, I don't have any "chevron" displayed to open/close each item.
I cannot find a way in a documentation to override it(like a lot of their…

J4N
- 19,480
- 39
- 187
- 340
0
votes
1 answer
Angular, PrimeNg value p-message is not allowed
Hello got some problem with the p-message Tag in angular. I think ive imported it correctly as i show below.
import { MessageModule } from 'primeng/message';
imports: [
....
MessageModule,
...
In the html component it is:
…

julixw
- 23
- 6
0
votes
1 answer
Primeicons not working on Server with no internet
I am trying to use primeicons in my react app and icons are getting loaded successfully on local environment, however while deployment on server, where there is no internet, icons are not getting loaded.
import…

NKapoor
- 63
- 7
0
votes
1 answer
Primeicon style is not loading in collapsible row group table data in angular
I have an Angular 12 project. I have installed PrimeNG controls version 11.4.4. In my form I would like to have a table with collapsible row group data. The table is working fine. But the problem is collapsible row group icon is not showing or…

mnu-nasir
- 1,642
- 5
- 30
- 62
0
votes
1 answer
Angular PrimeIcons work locally but not on IIS
I'm using primeicons and primeng in my angular app.
If I'm running the angular website/app locally, everything is fine.
But deploying to an IIS server, the icons are not shown - but all other styles are running well.
Is this something in the…

Konrad
- 4,329
- 10
- 54
- 88