Steps to integrate PrimeNG with JHipster

后端 未结 4 739
春和景丽
春和景丽 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 19:15

    This is a solution that worked for me with other module (angular-calendar) and it imports styles from node_modues directory

    Add to file:

    vendor.css :

    @import "~angular-calendar/dist/css/angular-calendar.css";
    

    and run

    yarn run webpack:build:vendor
    

提交回复
热议问题