I'm using stackblitz to compile an Angular application and I also added @angular/material
in the dependencies. I don't know why the compiler wont recognize the dependency I installed.
Unable to recognize @angular/material?
133 views Asked by frustrated-dev At
1
You have to import the modules from the correct location
Here is a Stackblitz which I forked from your example