Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Twitter Bootstrap vs PrimeNg - Which one is suggested for UI development in Angular 2

I have been using twitter bootstrap for quite a long time. It has made the UI development feel really comfortable. I have started off development in Angular 2 now and looked for the suitable CSS libraries. I found few of it like - ngSemantic, Angular2 Material, ng-bootstrap and ng2-bootstrap. Recently got to see primeNg and it looks interesting with the number of components it offers.

Now my question is : Is it recommended to go with primeNg for I feel the library can be commercialized in the long run.

like image 563
Divya Muktha Avatar asked Dec 08 '16 05:12

Divya Muktha


People also ask

Which is better PrimeNG or Bootstrap?

Bootstrap: Simple and flexible HTML, CSS, and JS for popular UI components and interactions. Bootstrap is the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web; PrimeNg: A collection of rich UI components for Angular.

Do I need Bootstrap with PrimeNG?

PrimeNG does not depend on bootstrap in any way however if you need to use PrimeNG components with it, we have a free theme based on bootstrap styling. The theme itself also does not require bootstrap and can be used standalone as well.

Is it better to use Angular material or Bootstrap?

Both Angular and Bootstrap are better for development and web designing. Both are best suited to provide impeccable solutions and the highest user experience. Both Angular and Bootstrap are the well-known methods for website development over the years.

Is it good to use Bootstrap with Angular?

Yes, you can use parts of Angular Material and Bootstrap together in the same web or mobile project. Developers need to be careful not to use the same components, which can clash. Angular Material and Bootstrap offer a variety of unique components for great website design.


1 Answers

A Recent project at work, I have used PrimeNG as the primary source for UI components, it is well composed and pretty much understandable. its source code is clear and for the most part, well organized, and it can be used easily with Angular. So I would like to suggest choose PrimeNG, Version has updated an average every 8 days.

like image 87
HD.. Avatar answered Oct 01 '22 21:10

HD..