When i reload the page the primeng components appears without css
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