Take a look at my code: https://github.com/d1rtyW0lf/aqp-regroupement
Here are the styles I'm using:
"styles": [
"node_modules/primeicons/primeicons.css",
"node_modules/primeng/resources/primeng.min.css",
"node_modules/primeng/resources/themes/omega/theme.css",
"node_modules/font-awesome/css/font-awesome.min.css"
],
Check out the loaded result below:
https://i.sstatic.net/LTVAL.png
I'd like it to be displayed like this:
https://i.sstatic.net/o6y0P.png
Does anyone know where I can find the names of each icon in PrimeIcons for testing purposes? And is Fontawesome still necessary nowadays? The documentation doesn't mention it, but many discussions on this topic seem to suggest otherwise.