+1 vote
in JavaScript by
What is the difference of Ext JS vs Angular JS?

1 Answer

0 votes
by
Ext JSAngular JS
It is a framework used to create a web-based enterprise application with the help of JavaScript.It is a framework used to extend the syntax of HTML.
Ext JS supports MVC (Model View Controller) and MVVM (Model view view-model) architecture.It only supports MVC architecture.
It supports responsive UI (User Interface).It doesn't support responsive UI. If you want to use a responsive UI design, you are required to use bootstrap or any other framework.
It is a per-server commercial license open-source framework maintained by Sencha.It is also an open-source framework maintained by Google and others.
It provides the ALM (Application Lifecycle Management) tools for Ext JS.It doesn't provide any ALM tool. If you want to use it, then you will go for a third party ALM tool.
In the Ext JS, there is no need to write HTML 5 or CSS 3 code.In Angular JS, you are required to write HTML 5 or CSS 3 code.
It supports OOB (Out of the Box) components such as dataview, treeview, form, and grid.Angular JS doesn't support any OOB UI component.
It supports OOB themes such as Classic, Neptune, gray, Crisp, and Triton, etc.It doesn't support any OOB themes.

Related questions

+1 vote
+1 vote
asked Aug 17, 2020 in JavaScript by RShastri
0 votes
0 votes
asked Aug 16, 2020 in JavaScript by RShastri
+1 vote
asked Nov 22, 2019 in NGINX by AdilsonLima
...