gpt4 book ai didi

javascript - Uncaught TypeError : core_1. 样式不是函数

转载 作者:搜寻专家 更新时间:2023-10-30 21:56:31 26 4
gpt4 key购买 nike

我将代码从 Angular 4 转换为 Angular 7 并成功编译。但是当我尝试运行它时,在 broser 的控制台中出现以下错误。

Please see this image

Uncaught TypeError: core_1.style is not a function
at Object.<anonymous> (ng2-dropdown.bundle.js:435)
at __webpack_require__ (ng2-dropdown.bundle.js:30)
at Object.<anonymous> (ng2-dropdown.bundle.js:121)
at __webpack_require__ (ng2-dropdown.bundle.js:30)
at Object.<anonymous> (ng2-dropdown.bundle.js:65)
at __webpack_require__ (ng2-dropdown.bundle.js:30)
at ng2-dropdown.bundle.js:50
at ng2-dropdown.bundle.js:53
at webpackUniversalModuleDefinition (ng2-dropdown.bundle.js:3)
at Object../node_modules/ng2-tag-input/node_modules/ng2-material-dropdown/dist/ng2-dropdown.bundle.js (ng2-dropdown.bundle.js:10)

有人能指出我为什么会收到此错误吗?我对 Angular 很陌生。在此先感谢您。

最佳答案

看起来问题实际上出在旧版本的 ng2-material-dropdown 上,他们使用从 @angular/core 导入的 style 函数 ( https://v4.angular.io/api/core/style ) 在 Angular 4 中被弃用并移至 @angular/animations ( https://angular.io/api/animations/style )

0.9.0版本中的ng2-material-dropdown库added support对于 Angular 版本 5 和 6,所以我建议你也更新那个库。目前有 0.10.1 版本可用。

关于javascript - Uncaught TypeError : core_1. 样式不是函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54565544/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com