For each td element in a table I have an attached ng-click. Here is the (simplified) html for each table cell:
3条回答 悲&欢浪女 (楼主) 2021-02-19 10:24 In Angular 7.x myClickHandler($event) { this.selectedElement = $event.target.closest('.list-item'); } html: ... 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
In Angular 7.x
myClickHandler($event) { this.selectedElement = $event.target.closest('.list-item'); }
html:
...