I decided to create a new Angular 6 application with Material Design. The question is what material library to use?
- Angular Material (https://material.angular.io/)
- Material Design for Bootstrap (https://fezvrasta.github.io/bootstrap-material-design/)
As I see other Bootstrap Material library has their own version for Angular to avoid using JQuery. (https://mdbootstrap.com/angular/)
Why do you need to avoid it? Is it buggy or just hard for development?
MDBootstrap for Angular has free and payed version. I didnt like the free version and cannot use the payed one.
Should I really use Material Design for Bootstrap with JQuery in my new Angular app?