What is Angular Material?

Angular Material is a collection of Material Design components for Angular framework following the Material Design spec. We can apply Material Design very easily using Angular Material. The installation can be done through npm or yarn,

npm install --save @angular/material @angular/cdk @angular/animations
(OR)
yarn add @angular/material @angular/cdk @angular/animations