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
This is a solution that worked for me with other module (angular-calendar) and it imports styles from node_modues directory
angular-calendar
node_modues
Add to file:
vendor.css :
@import "~angular-calendar/dist/css/angular-calendar.css";
and run
yarn run webpack:build:vendor