码迷,mamicode.com
首页 > 其他好文 > 详细

angular学习 @ViewChild

时间:2020-01-24 22:27:40      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:span   tag   bsp   name   const   his   element   color   ref   

@ViewChild(‘sliderIMG‘, { static: true }) sliderIMG: ElementRef
// 第二个值不知道是怎么用的

const imgList = this.sliderIMG.nativeElement.getElementsByTagName(‘li‘)
// 就和普通的操作dom一样,不知道这样用对不对

 

angular学习 @ViewChild

标签:span   tag   bsp   name   const   his   element   color   ref   

原文地址:https://www.cnblogs.com/foreversimon/p/12232609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!