Search⌘ K

Add Angular Material to Angular Project

Explore how to add Angular Material to your project using the Angular CLI. Understand the installation process, configuration options, and how Material styles improve your app’s appearance with minimal effort.

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 ...