腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(9999+)
视频
沙龙
1
回答
Angular2 (与D3一起),“
getBoundingClientRect
”
类型
问题
、
、
当获取元素的大小时,我会得到错误: let height: number = parseInt(d3.select('#grid').node().
g
浏览 0
提问于2018-06-15
得票数 1
1
回答
TS2339
:
never
类型
上
不存在
属性
“
getBoundingClientRect
”
、
getBoundingClientRect
()) }
TS2339
: Property '
getBoundingClientRect
' does not existon type '
never
'.
浏览 170
提问于2021-02-16
得票数 6
回答已采纳
2
回答
角2分量中未声明数组
类型
的滤波器
、
我的组件有一个过滤未声明的数组
类型
的函数。TaskList固定的,而是
属性
“状态”是固定的。src/app/home/home.component.ts(85,142):ERROR
TS2339
: Property 'Status‘在
类型
'
never
’
上
不存在
。src/app/home/home.component.ts(86,138):error
TS2339
: Prop
浏览 1
提问于2019-06-13
得票数 0
回答已采纳
3
回答
为什么我得到一个错误
TS2339
:
属性
'classList‘在
类型
’
TS2339
‘
上
不存在
?
、
window.removeEventListener('scroll', scrollHandler); }src/components/BackToTop.tsx:54:43 -错误
TS2339
:
属性
'classList‘在
类型
'
never
’
上
不存在
。bttHtmlEl.classList.remove('is-hide'):bttHtmlEl.classL
浏览 2
提问于2019-06-02
得票数 0
1
回答
类型
“{}”
上
不存在
属性
“update”
为此,我使用了来自的代码 (100,21):错误
TS2339
:
属性
‘配置’在
类型
'{}‘
上
不存在
。(109,21):错误
TS2339
:
属性
'isRendered‘在
类型
'{}’
上
不存在
。on (161,21):错误
TS2339
:
属性
‘呈现’
类型
'
浏览 41
提问于2018-08-28
得票数 1
回答已采纳
1
回答
属性
在“Ref<
never
[]>[]”
类型
上
不存在
。
、
、
控制台中会出现这样的错误: Promise))[]'.
TS2339
:
TS2339
: Property 'shop‘在
类型
上
不存在
(Ref<
never
[]> not (id: number) => Property'getShop’在
类型
上
不存在
(Ref<
never
[]> not (id: number) =>允诺)][]。
浏览 5
提问于2022-01-04
得票数 1
回答已采纳
2
回答
角7-如何工作的HTML5全屏API?我有很多错误
、
、
、
、
错误
TS2339
:在'HTMLElement‘
类型
上
不存在
属性
'mozRequestFullScreen’。错误
TS2339
:在'HTMLElement‘
类型
上
不存在
属性
'webkitRequestFullscreen’。错误
TS2339
:在'HTMLElement‘
类型
上
不存在
属性</e
浏览 4
提问于2019-01-17
得票数 6
回答已采纳
1
回答
类型
“
never
”
上
不存在
属性
“click”。
TS2339
、
、
、
TypeScript这类错误的其他类似问题(关于问题#44147937和#40796374),我发现分配null来创建状态或引用将导致此问题:Property ... does not exist on type '
never
浏览 212
提问于2021-07-30
得票数 4
回答已采纳
1
回答
在Nodejs机器中启动Angular2问题
app/modules/image/components/imageServices.ts(46,22):error
TS2339
:'XMLHttpRequestEventTarget‘
类型
上
不存在
属性
app/modules/image/components/imageServices.ts(49,56):error
TS2339
:'XMLHttpRequestEventTarget‘<e
浏览 2
提问于2017-01-18
得票数 0
11
回答
错误
TS2339
:“Object”
类型
上
不存在
属性
“email”
this.profileImage = data.image;} src/app/authentification/authentification.component.ts(34,28):error
TS2339
:
属性
'email‘在'Object’
类型
上
不存在
。src/app/authentification/authentification.component.ts(35,25):error
浏览 20
提问于2018-01-31
得票数 36
回答已采纳
3
回答
属性
在Angular2中的“{}”
类型
上
不存在
。
、
取决于我的http呼叫app/user/users.Component.ts(33,21):错误
TS2339
:
属性
'success‘在
类型
'{}’
上
不存在
。app/user/users.Component.ts(34,38):错误
TS2339
:
属性
'data‘在
类型
'{}’
上
不存在
。app/user/user
浏览 13
提问于2016-09-26
得票数 2
2
回答
字符串上的TypeScript编译器错误
、
、
错误StringConstructor
类型
上
不存在
TS2339
属性
'fromCharCode‘。MyProject c:...\Scripts\Autocode.ts 70活动错误字符串
属性
‘
TS2339
’在
类型
'String‘
上
不存在
。MyProject c:...\Scripts\Autocode.ts 70活动错误字符串
属性
‘
TS2339
’在
类型<
浏览 151
提问于2016-07-30
得票数 5
1
回答
普通快递代码
上
的打字错误TS2345
、
我已经安装了带有
类型
记录1.8.10的快捷
类型
,下面的代码是: if ( err.code !
类型
'(err: Request,req: Response,res: NextFunction,next: any) => any‘是不可分配的
类型
'(string \RegExp)[]。
属性
'Symbol.iterator‘在
类型
中缺失(err:=>,req
浏览 3
提问于2016-11-15
得票数 5
2
回答
如何删除
类型
记录中的错误(错误:
TS2339
)?
、
src/app/main/utilities/keyboard/keyboard.component.ts(29,9):ERROR
TS2339
中的错误:
类型
'Element‘
上
不存在
属性
'focus’src/app/main/utilities/keyboard/keyboard.component.ts(30,9):error
TS2339
:
属性
&
浏览 3
提问于2018-03-09
得票数 6
回答已采纳
1
回答
角13 -在使用<mat-accordion>和<mat-expansion>以及ngIf和ngFor绘制之前如何检查阵列长度?
、
32.171Z - Hash: 942ee67818541d4c -时间:170 02 错误: src/app/posts/post-list/post-list.component.html:6:15 -错误
TS2339
:
属性
‘
TS2339
’在
类型
‘从不’
上
不存在
。错误: src/app/posts/post-list/post-list.component.html:8:16 -错误
TS2339<
浏览 9
提问于2022-02-17
得票数 0
回答已采纳
3
回答
类型
记录-基于表中的值的条件
类型
、
、
所以这些是我喜欢的
类型
: A: string;}; A: string'B exsist' : item.C;}
TS2339
:
属性
'B‘在“结果”
类型
上
不存在
,在
类型
’type not‘
上
不存在
属性
浏览 4
提问于2020-10-08
得票数 1
回答已采纳
1
回答
键入'Observable<Exercise[]>‘不能指定’订阅‘
、
、
、
在听值更改(of_Firestore)的第72课
上
,我有一个错误export class NewTrainingComponent implements OnInit {错误
TS2339
:
类型
“{}”
上
不存在
属性
“工期”。 错误
TS2339
:
类型
{}
上
浏览 0
提问于2018-06-28
得票数 2
2
回答
在AOT中构建角模块时的
类型
记录错误
、
在“SymbolConstructor”
类型
上
不存在
at-加载器./node_modules/@types/core-js/index.d.ts:1490:43
TS2339
中的错误:
类型
“SymbolConstructor”
上
不存在
属性
“hasInstance”。在“SymbolConstructor”
类型
上
不存在
at-加载器./node_modu
浏览 2
提问于2018-10-11
得票数 0
8
回答
TS2339
:
类型
‘元素’
上
不存在
属性
‘样式’
、
element.style.padding = '10px';}); src/app//.component.ts(101,21):ERROR
TS2339
中的错误:
类型
‘
TS2339
’
上
不存在
属性
'style‘。src/app//.component.ts(102,21):error
浏览 29
提问于2019-11-08
得票数 84
回答已采纳
1
回答
TS2339
:
属性
在
类型
上
不存在
、
function(file) {};
TS2339
:
属性
“abs_path”在“全局”
类型
上
不存在
TS2339
:
属性
“i
浏览 7
提问于2016-10-16
得票数 4
回答已采纳
点击加载更多
热门
标签
更多标签
云服务器
ICP备案
对象存储
云点播
实时音视频
活动推荐
运营活动
广告
关闭
领券