Installing Angular Material
De Basef
Angular Material has some great components ready to use in your project: https://material.angular.io/
npm install --save @angular/material
You may also need to import Angular Animations:
npm install --save @angular/animations