无法在 angular.json 中应用 `omega/theme.css`

Ane*_*san 3 css primeng angular

"styles": [
              "./node_modules/@angular/material/prebuilt-themes/indigo-pink.css",
              "node_modules/bootstrap/dist/css/bootstrap.min.css",
              "src/styles.css",
              "node_modules/primeicons/primeicons.css",  
              "./node_modules/primeng/resources/primeng.min.css",
              "./node_modules/primeng/resources/themes/omega/theme.css" //wont work
            ]
Run Code Online (Sandbox Code Playgroud)

omega/theme.css始终显示:-

多个错误 ./node_modules/@angular/material/prebuilt-themes/indigo-pink.css ./node_modules/bootstrap/dist/css/bootstrap.min.css ./src/styles.css ./node_modules/primeicons/primeicons .css ./node_modules/primeng/resources/primeng.min.css ./node_modules/primeng/resources/themes/omega/theme.css 找不到模块:错误:无法解析“路径”

我也尝试将其导入 style.css 但没有改变。其他方面没有任何错误。我还安装了:- npm install primeng font-awesome npm install @angular/animations --save

启动是否获得许可?

Pra*_* MS 7

Omega 主题不可用。因为在 PrimeNG 7.0 中弃用所有免费主题并将其删除

引入由 PrimeNG 主题设计师生成的新 Nova 免费主题,为免费主题提供优质外观,Nova 有 3 种替代方案;

  • nova-light
  • 新星色
  • 新星暗

使用以上主题。

  • 正确,但还有其他主题 Lunu 和 Rhea (2认同)