📜  如何在 angula 中使用下载的 fontawsoem 图标 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:13.543000             🧑  作者: Mango

代码示例1
"apps": [
    {
      "root": "src",
      "outDir": "dist",
      ....
      "styles": [
          "styles.css",
          "../node_modules/bootstrap/dist/css/bootstrap.css",
          "../node_modules/font-awesome/css/font-awesome.css" // -here webpack will automatically build a link css element out of this!?
      ],
      ...
  }
  ]
],