Login
Remember
Register
Ask a Question
What is the difference of Ext JS vs Angular JS?
+1
vote
asked
Aug 16, 2020
in
JavaScript
by
RShastri
What is the difference of Ext JS vs Angular JS?
#extjs
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 16, 2020
by
RShastri
Ext JS
Angular 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.
...