Member-only story

How to use PrimeNG — Angular 9

Quick tutorial: steps to follow to set up PrimeNG in your Web App

FAM
2 min readJul 27, 2020
How to use PrimeNG in Angular 9 App

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.

Steps to set up PrimeNG

- Downloading the library

--

--

FAM
FAM

Written by FAM

A passionate software engineer and Angular GDE. I love to learn, help & share ❤. Find more about me here: 🔗 www.fatimaamzil.com.

No responses yet

Write a response