Member-only story
How to use PrimeNG — Angular 9

What’s PrimeNG (skip if you know already ;))
PrimeNG is a rich set of open-source native Angular UI components. That means for any UI component you need, you have a library ready to use just for you. Some examples would be: a calendar, a table, an autocomplete input …etc.
- The + of using PrimeNG
This accelerates development and keeps all angular developers using the same components over the world except for really special client demands (we then create a custom component). This makes new code handling super fast since all developers are familiar with PrimeNG.
- Other alternatives to PrimeNG?
Bootstrap, Angular Material, Material design, Material, PrimeFaces.
The most important thing is to use only one single library for all components. I’ve seen projects with a mixture of this is not really professional. The code is always beautiful when it’s homogenous and clean.