Replies: 1 comment 1 reply
-
Hi. @phuongpan. Are you sure you're importing all styles correctly in angular.json? "styles": [
"src/styles.scss",
"node_modules/primeicons/primeicons.css",
"node_modules/primeng/resources/themes/lara-light-blue/theme.css",
"node_modules/primeng/resources/primeng.min.css"
], It has to work. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently updated angular 17 and PrimeNg 17 but when I try <p-button label="Primary" [rounded]="true" /> the button looks square seems like it does not have any primeng style
Beta Was this translation helpful? Give feedback.
All reactions