Angularjs   发布时间:2022-04-20  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了带有角度7的Ng-fullcalendar大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我们正在努力将我们的应用程序从角度6迁移到7,我们正在使用Ng-fullCalendar.

我们的package.json文件包含以下版本:

"fullcalendar": "3.6.1","ng-fullcalendar": "1.7.1"

在编译我们的项目时,我们收到以下错误

ERROR in node_modules/@types/jquery/index.d.ts(6123,66): error TS2344: Type '"timeout" | "onreadystatechange" | "responseType" | "withCredentials" | "msCaching"' does not satisfy the constraint '"abort" | "open" | "timeout" | "response" | "getAllResponseHeaders" | "getResponseHeader" | "overrideMimeType" | "readyState" | "responseText" | "setRequestHeader" | "status" | ... 22 more ... | "dispatchEvent"'.
      Type '"msCaching"' is not assignable to type '"abort" | "open" | "timeout" | "response" | "getAllResponseHeaders" | "getResponseHeader" | "overrideMimeType" | "readyState" | "responseText" | "setRequestHeader" | "status" | ... 22 more ... | "dispatchEvent"'.

有没有解决此问题的解决方法

解决方法

此问题已得到修复:
https://github.com/DefinitelyTyped/DefinitelyTyped/issues/28000

你只需要更新你的@ types / jquery

npm update @types/jquery

大佬总结

以上是大佬教程为你收集整理的带有角度7的Ng-fullcalendar全部内容,希望文章能够帮你解决带有角度7的Ng-fullcalendar所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: