I\'ve followed the instruction to install primeng by running npm install primeng --save then importing what I need in the app.module.ts file, for e
npm install primeng --save
app.module.ts
I resolve my problem by remove rel="stylesheet" type="text/css" from index.html and also added below imports to styles.css :
rel="stylesheet" type="text/css"
@import '~primeicons/primeicons.css'; @import '~primeng/resources/themes/nova-light/theme.css'; @import '~primeng/resources/primeng.min.css';