If you use angular-cli
, follow their steps to enable Angular-Material .
Make sure you have the import below: src/styles.css
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
@import '~https://fonts.googleapis.com/icon?family=Material+Icons';
, angular-material
Getting Started, .