I’ve done all the imports and this is my angular.json file
"styles": [ "src/styles.css", "node_modules/bootstrap/dist/css/bootstrap.min.css", "node_modules/@angular/material/prebuilt-themes/indigo-pink.css", "node_modules/primeng/resources/themes/saga-blue/theme.css", "node_modules/primeng/resources/primeng.min.css", "node_modules/primeicons/primeicons.css" ],
and I’ve done all the imports in app.module.ts.
when i run the application the primeng components comes correctly but when i reload the page it comes without css
I want to know what is the problem and fix it
khemakhem maher is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.