gpt4 book ai didi

angular - 找不到名称 'KeyboardEvent'

转载 作者:行者123 更新时间:2023-12-02 09:21:13 25 4
gpt4 key购买 nike

我正在使用 Angular 2 (v2.4),使用 Angular CLI RC0 创建并使用 VS Code 进行编辑,在 KeyboardEvent 类型上出现以下错误:找不到名称'键盘事件'

eventHandler(event: KeyboardEvent) {
// ...
}

我是不是漏打字了?

最佳答案

安装 typescript

使用 npm install --save-dev typescript 将 typescript 安装到您的本地环境。你会发现 KeyboardEvent 定义在 node_modules/typescript/lib/lib.dom.d.ts

为 tsconfig.json 添加库

"lib": ["dom"]

完成上述步骤后,重新打开 typescript 源。

关于angular - 找不到名称 'KeyboardEvent',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42503787/

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