Difference between Ext JS and Angular JS.
| Parameter | Ext JS | Angular JS |
|---|---|---|
| Rich UI | Ext JS provides rich UI options such as forms , grid, charts | Angular JS does not provide rich UI inbuilt |
| Rich theme UI components | Ext JS provides multiple themes inbuilt | Angular JS does not provide Rich UI it has to be integrated with AngularUI, AngularBootstarp etc. |
| Cross browser compatibility | Ext 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 support | Possible only with external tools | Provides inbuilt. |
| Two way data binding | In Ext JS 5 two way binding is included. | It supports two way binding start from first version. |
| Performance | Ext JS is comparatively heavier and slower. | Angular JS is light weight framework than Ext JS |
| Build tools | Ext JS uses Sencha cmd tool for builds | Angular JS uses third party tools such as grunt. |
Comments
Post a Comment