gpt4 book ai didi

Angular 4 找不到名称 'ViewChild'

转载 作者:太空狗 更新时间:2023-10-29 17:11:23 25 4
gpt4 key购买 nike

我有这个奇怪的错误,没有发现任何类似的东西..我在我的网站上使用 ng2-canvas-whiteboard 组件作为绘图 Canvas ,一切正常,除非我尝试使用以下方法获取对该 Canvas 的引用:

@ViewChild('canvasWhiteboard') canvasWhiteboard: CanvasWhiteboardComponent;

正如官方文档所建议的,我收到了这个错误:

Failed to compile.

e:/frontend/src/app/components/user/dashboard/dashboard.component.ts (15,2): Cannot find name 'ViewChild'.

有什么建议吗?谢谢

最佳答案

使用前忘记导入ViewChild

import { ViewChild } from '@angular/core'

关于Angular 4 找不到名称 'ViewChild',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46816682/

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