Angular Material is a UI library. This library is very useful for Angular developers for creating UI fast and interactive in minimal time. In this many types of components, predefined styles are available.
Installation Steps for Angular Material
npm install -g @angular/cli
npm install @angular/material @angular/cdk @angular/animations --save
ng add @angular/material
After that we can…