Difference between Ext JS and Angular JS.

ParameterExt JSAngular JS
Rich UIExt JS provides rich UI options such as forms , grid, chartsAngular JS does not provide rich UI inbuilt
Rich theme UI componentsExt JS provides multiple themes inbuiltAngular JS does not provide Rich UI it has to be integrated with AngularUI, AngularBootstarp etc.
Cross browser compatibilityExt JS provide cross browser compatibility it works for almost all the browsers IE6+, FF, Chrome, Safari, Opera etc.Angular JS has to use third party library such as jQuery, jqLite for solving this purpose.
Automatic testing supportPossible only with external toolsProvides inbuilt.
Two way data bindingIn Ext JS 5 two way binding is included.It supports two way binding start from first version.
PerformanceExt JS is comparatively heavier and slower.Angular JS is light weight framework than Ext JS
Build toolsExt JS uses Sencha cmd tool for buildsAngular JS uses third party tools such as grunt.

Comments

Popular posts from this blog

How to start and stop editing a record?