素材巴巴 > 程序开发 >

Error: src/app/app.component.html:7:57 - error TS2345: Argument of type ‘Event‘ is not assignable to

程序开发 2023-09-14 20:33:15

Error: src/app/app.component.html:7:57 - error TS2345: Argument of type ‘Event’ is not assignable to parameter of type ‘KeyboardEvent’.
Type ‘Event’ is missing the following properties from type ‘KeyboardEvent’: altKey, char, charCode, code, and 16 more.

7
~~~~~~

src/app/app.component.ts:5:16
5 templateUrl: ‘./app.component.html’,
~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component AppComponent.
在这里插入图片描述
在这里插入图片描述
有朋友学angular吗???这是怎么回事啊???
我是按照编译器推荐的方式解决的
在这里插入图片描述
Change Appcomponent.inPut() signature然后就成功了,但是并不知道什么原理,也不知道解决的对不对。
在这里插入图片描述
有大神可以解答嘛!!


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。