prime ng styles not applying angular2

前端 未结 7 1969
予麋鹿
予麋鹿 2021-01-11 20:24

Hi I just started working with angular 2. I found this library PrimeNG, I followed this tutorial: http://blog.davincisoftware.sk/primeng-web-component-framework-based-on-ang

7条回答
  •  误落风尘
    2021-01-11 20:56

    Open your style.css file and import the styles.

    @import '../node_modules/primeng/resources/themes/omega/theme.css';
    @import '../node_modules/primeng/resources/primeng.min.css';
    

提交回复
热议问题