Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Main differences between Angular Material + Bootstrap vs. MDbootstrap for Angular [closed]

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.

like image 759
noisy Avatar asked Mar 19 '18 05:03

noisy


People also ask

What is the difference between Angular material and Bootstrap?

Bootstrap is a responsive framework that can develop user-friendly and modern websites and mobile applications. Angular Material is a User Interface (UI) component library that offers reusable components to speed up your project.

What is the difference between Bootstrap and material design?

While Material Design focuses on how various design elements interact to create an aesthetically-pleasing website that is also mobile-friendly, Bootstrap is more concerned with making websites and web apps responsive and functional.

What is the difference between Angular material and material design?

Angular material and material design basically the same. Material design is abstract for mobile and web. Angular material is implemented for Angular. So if you use "Angular material" you are using "Material design".

Which one is better Angular or Bootstrap?

AngularJS is widely used for single page application development as it provides MVC architecture with data model binding. On the other hand, Bootstrap uses HTML, CSS, and JavaScript for its development which makes it comparatively faster.


1 Answers

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.

like image 131
Kyle Selman Avatar answered Nov 08 '22 11:11

Kyle Selman