【发布时间】:2018-07-25 09:22:49
【问题描述】:
我想使用角度材质,但在导入角度材质主题 css 文件时遇到问题 -
我进口的
<link href="../node_modules/@angular/material/prebuilt-themes/indigo-pink.css" rel="stylesheet"> 在 index.html 但我有这个错误 =>
出现以下错误 -
'http://localhost:8081/node_modules/@angular/material/prebuilt-themes/indigo-pink.css' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
请问我该如何让它工作?
我没有angular.json 或angular-cli.json
【问题讨论】:
-
@Olearn 我试过了,但没用:/
标签: css angular angular-material-5