加载资源失败:服务器在 ion-calendar 中响应状态为 404(未找到)

Failed to load resource: the server responded with a status of 404 (Not Found) in ion-calendar

我在 运行 ionic serve.I 使用 ion2-calender 时收到此错误。 错误如下图

我用的是ion-calendar。我从这个 link..

https://github.com/hsuanxyz/ion2-calendar/tree/91059592243f88318da1afcb2c1ef40356ead2b5

除后退按钮和一些图标外一切正常。

如何添加图标。我应该在哪里修改。

Ionic:

   Ionic CLI                     : 5.4.15 (/usr/local/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 5.0.0
   @angular-devkit/build-angular : 0.803.25
   @angular-devkit/schematics    : 8.3.25
   @angular/cli                  : 8.3.25
   @ionic/angular-toolkit        : 2.1.2

Utility:

   cordova-res : not installed
   native-run  : not installed

System:

   NodeJS : v10.15.2 (/usr/bin/node)
   npm    : 6.13.6
   OS     : Linux 5.3

非常感谢任何帮助。

我的 Ionic 图标出现了同样的错误。我正在做的是

  1. 正在清除我的浏览器缓存(我正在使用 Chrome)。
  2. 在我的 chrome 浏览器的开发控制台的网络选项卡中勾选禁用缓存。
  3. 重新启动我的浏览器和应用程序。

在执行这些步骤后,我的错误得到修复。