prevent row click event when button is clicked angular html

Solutions on MaxInterview for prevent row click event when button is clicked angular html by the best coders in the world

showing results for - "prevent row click event when button is clicked angular html"
Iker
16 Nov 2020
1  clickStopper(event) {
2      event.stopPropagation();
3      return;
4  }
5