PCA
PCA

Reputation: 1707

Angular2 UI framework for web & mobile

I'm planning to start a new angular2 project using UI frameworks which support both WEB & Mobile, i have searched few things and found these:

https://github.com/valor-software/ng2-bootstrap https://github.com/ng-bootstrap/core https://github.com/mlaval/angular2-bootstrap http://www.primefaces.org/primeng/#/autocomplete

I saw Ionic seems to better, but they primarily support only for the mobile. Do you have any suggestions for the UI framework for Web and mobile which supports Angular2

Thanks

Upvotes: 0

Views: 788

Answers (2)

Igor Janković
Igor Janković

Reputation: 5532

My opinion is that the angular material 2 is the best framework. Currently, it is in beta 1 but it has many components with which you can start the project. You can follow up the progress on their github. The main advantage is that its built by angular team.

https://github.com/angular/material2

https://material.angular.io/

Upvotes: 1

anshuVersatile
anshuVersatile

Reputation: 2068

Bootstrap is something which many developers are familiar and and primeNG needs to be implemented through learning neew things, too and talking about ionic you need lot much more to know than only HTML,CSS stuff so If you want HTML site which works with mobile browser go for Bootstrap and if you need mobile Application with webpage you need to look into other frameworks like ionic.

Upvotes: 1

Related Questions