我正在运行一个从git克隆的角度应用程序。在npm install和ng serve上未发现错误。但是我的浏览器显示的是空白屏幕。我可以看到错误:
无法加载资源:服务器响应状态为404 (未找到) node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css
Css文件在指定路径中可用。
我的style.css包括:
@import "../node_modules/@angular/material/prebuilt-themes/deeppurple-amber.css";
我刚接触过角形...请指导我继续。
答案 0 :(得分:0)
在文档中,放在您的styles.scss中:
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
您必须将../node_modules/
替换为~