Reputation: 6735
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
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
Reputation: 6504
Checkout PrimeNG. http://www.primefaces.org/primeng/ It is an open source UI suite for Angular2.
Upvotes: 2