Skip to content Skip to sidebar Skip to footer

Why I'm Not Getting Proper Styling With P-calendar [PrimeNG]

I'm learning Angular. I'm working on a project. I decided to add a component from primeng. I installed the packages also. The versions were: 'primeicons': '^2.0.0

Solution 1:

https://www.primefaces.org/primeng/#/setup

Try adding themes inside styles array:-

angular.json

"styles": [
   "node_modules/bootstrap/dist/css/bootstrap.min.css",
   "node_modules/primeng/resources/primeng.min.css",
   "node_modules/primeng/resources/themes/omega/theme.scss",
   "node_modules/primeicons/primeicons.css"
]

Post a Comment for "Why I'm Not Getting Proper Styling With P-calendar [PrimeNG]"