In Angular 1, you could simply add
[ngClick],
[data-ng-click],
[x-ng-click] {
cursor: pointer;
}
and all tags with the ng-click attribute would now have the pointer cursor now. How can we add the Angular 2 (click) attribute in the same way?