Site icon NgDeveloper

Picking Best UI Framework for Angular 9 Projects

Picking Best UI Framework for Angular 4 Projects:

I have been spending more than 2 weeks on picking best UI framework for my new angular 4 project. Unfortunately no straight forward conclusion. But I am sharing my complete analysis on this to help you guys for better UI pick for your angular 4 projects.

Criteria to pick/select Best UI framework for Angular 4:

  1. Should be angular supportive (plain css UI frameworks needs lot of modifications when using with angular 4).
  2. Angular universal support [For server side rendering and better SEO site developments].
  3. Should be open source [at-least I prefer open source frameworks only].

 

Below are the few top angular supportive UI frameworks which you can plan to use for your angular 4 projects.

Note: I did not consider kendo UI framework here, as it is commercial (my third criteria failed, primeng is availble for both open-source and licensed version- only if you required some support from primetek guys]

Below report as on 8th October 2017:

 

Things to Note:

 

 

Conclusion:

Finally, I concluded these two options for my angular 4.

  1. Develop UI/UX with awesome plain materializecss framework and integrate with angular material 2 wherever applicable currently and do a regular upgrade whenever a new component introduced in the native angular material 2.
  2. Develop UI/UX with plain bootstrap 4 framework  and integrate with ngx-bootstrap/ng-bootstrap wherever applicable and same upgrade process whenever new component arrives.
  3. In any of these approach make sure to check angular universal integration compatibility in beginning itself to avoid big code changes.

 

Feel free to share your thoughts to pick best UI frameworks with details in the below comments section.

 

Exit mobile version