...

/

Add Angular Material to Angular Project

Add Angular Material to Angular Project

Let's explore how we can add Angular Material to our project.

What is Angular Material?

Angular Material​ is a UI library that provides a set of UI components you can use in your Angular application. They give the application a Material look. When we say Material, we mean using the Material look that Google has implemented in many of its web applications and in the Android mobile platform. You’ve already seen this Material look on the official Angular website.

Why add Angular Material?

So why are we going to add this to our application? Well, the Angular Material UI does give a nice polished look to web applications, and we don’t ...