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
in the style.css file , add your imports
for example :
@import '../node_modules/primeng/resources/themes/omega/theme.css'
just a bit note : be sure you have imported the primeNG modules in the correct place (In fact, we import modules not components, take care;)