I need to know whether AngularJS only enable architecture for develop the applications and it self doesn't provide any UI components and Widgets (calenders, charts etc)? Whether we have to get them (UI components) only via the third party UI Frame works?
Asked
Active
Viewed 1,140 times
0
-
they don't and they shouldn't – Yerken Jan 07 '16 at 06:15
2 Answers
1
it self doesn't provide any UI components and Widgets
try angularUI https://github.com/angular-ui

lee
- 111
- 3
1
AngularJS itself doesn't provide any UI controls, here are some other resources for UI controls:
Angular Material - This project provides a set of reusable, well-tested, and accessible UI components based on Material Design.

Paritosh
- 11,144
- 5
- 56
- 74