Angular Viewchild undefined
Posted wolbo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Angular Viewchild undefined相关的知识,希望对你有一定的参考价值。
Angular的viewchild在使用的时候报错 undefined
1 检查是否在元素上打上标识 #xxx
2 查看引用元素时的时机 是否在AfterViewInit之后
3 检查元素是否在*ngIf="false"之内
参考:
1 https://stackoverflow.com/questions/34947154/angular-2-viewchild-annotation-returns-undefined
以上是关于Angular Viewchild undefined的主要内容,如果未能解决你的问题,请参考以下文章
Angular 在项目中学习@ViewChild和ElementRef的使用
Angular @ViewChild() 错误:预期 2 个参数,但得到 1 个