Search⌘ K

Installing Angular Material

Discover how to install Angular Material 15 in an existing Angular application using the CLI. Understand the step-by-step process to add themes, typography styles, and animations, enabling you to integrate Material Design UI components effectively.

The Angular Material library is an npm package. To install it, we need to manually execute the npm install command and import several Angular modules into our Angular application. Luckily, the Angular team has automated these interactions by creating the necessary schematics to install it using the Angular CLI.

Steps for installing Angular Material on local machine

We can use the ng add Angular CLI command to ...