Main differences between Angular Material + Bootstrap vs. MDbootstrap for Angular

noisy picture noisy · Mar 19, 2018 · Viewed 8.1k times · Source

I have some experience with Angular 1.x, and right now I am building a stack for couple of new projects.

  • I want to have responsive grid, so I would like to use Bootstrap.
  • I want to use Angular, so I am going with latest Angular
  • I want to have material design... so I can choose https://material.angular.io/

... but I found https://mdbootstrap.com/angular/, which looks like some kind of combination of Bootstrap and Material Design which suppose to work as well with latest Angular.

I am confused and I am not sure what are main differences between those two approaches.

Answer

Kyle Selman picture Kyle Selman · Mar 19, 2018

Material Angular allows you to use Flex Layout which gives you a responsive grid if you spend the time to learn it.

I've been using it for multiple projects and it is great.