Steps to integrate PrimeNG with JHipster

后端 未结 4 737
春和景丽
春和景丽 2020-12-09 18:32

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

4条回答
  •  既然无缘
    2020-12-09 18:55

    Update for PrimeNG 6

    Follow top answers here but also need to add primeicons dependency. See my answer here for more info

    • Run cmd yarn add primeicons
    • In vendor.css add @import '~primeicons/primeicons.css'; (not sure if import order matters)

提交回复
热议问题