We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Error: Can't resolve './node_modules/@angular/material/prebuilt-themes/indigo-pink.css' in ...
Fix the path to the css file in your angular.json.
angular.json
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css" -> "../node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
"../node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
Home