How to Unit test the @viewChild ElementRef angular

后端 未结 0 1136
时光取名叫无心
时光取名叫无心 2020-11-29 02:32

My component file has the following code

@ViewChild(\'clusterCard\', { static: false }) clusterCard: ElementRef;



highLightTheClusterCard(point: PickupClust         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题