Angular的viewchild在使用的时候报错 undefined
1 检查是否在元素上打上标识 #xxx
2 查看引用元素时的时机 是否在AfterViewInit之后
3 检查元素是否在*ngIf="false"之内
参考:
1 https://stackoverflow.com/questions/34947154/angular-2-viewchild-annotation-returns-undefined
原文地址:https://www.cnblogs.com/wolbo/p/11276048.html
时间: 2024-10-14 21:12:12