Hello,
I would like to install material angular (https://material.angular.io/) but I’ve some problems..
I cloned this repo and run npm install and then run npm run ng add @angular/material
.
First try I install it by choose the Indigo/Pink theme and answer yes for all others options but it throws me an error:
Then, I tried to install it without theme but there is another error:
Thanks for help !
run command
ng add @angular/material
then add
@import '@angular/material/prebuilt-themes/indigo-pink.css';
to your src/styles.scss file