We have been trying to incorporate PrimeNG components into a JHipster (angular 4) generated project with no success. After download and install PrimeNG into our project, we
Update for PrimeNG 6
Follow top answers here but also need to add primeicons dependency. See my answer here for more info
yarn add primeicons
vendor.css
@import '~primeicons/primeicons.css';