NG Prime Installation and Styles #3103
Unanswered
AlbertoSamperAseprel
asked this question in
PrimeNG
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I've been working on Angular projects for a short time, and I would like to incorporate the PrimeNG component.
I have this problem, I have followed the installation steps
npm i primeng
In my json file I have added the styles and in style.css I have also made the imports.
But it still doesn't catch the styles, for example I tried to add this dropdown:
And I don't like the styles. in the TS I have made the respective import
import { DropdownModule } from 'primeng/dropdown';
My Angular CLI version: 18.0.7
Node: 20.16.0
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions