Ron
Ron

Reputation: 6735

Angular2 and UI library

In Angular1, we have lots of 3rd ui directives library to build application with, like angular-ui. In Angular2, how to do with these basic ui components, like progress bar, date picker, etc. Shall we just use jquery-ui, or polymer web components?

Cheers, Ron

Upvotes: 0

Views: 709

Answers (2)

Langaner
Langaner

Reputation: 19

You can try to use Prettyfox UI library http://ng.prettyfox.org

This library use bootstrap 4 styles and not need jquery

Upvotes: 1

Cagatay Civici
Cagatay Civici

Reputation: 6504

Checkout PrimeNG. http://www.primefaces.org/primeng/ It is an open source UI suite for Angular2.

Upvotes: 2

Related Questions