Infinite loop of afterSelection events in Angular

Tags: #<Tag:0x00007f0b0e8863f8>
<hot-table style="zoom:0.7" [afterSelection]="cellSelected()" [outsideClickDeselects]="false"
    [manualColumnResize]="true" [colHeaders]="true" [colWidths]="100" [width]="1550" [height]="1000" [rowHeaders]="true"
    [data]="dataset">
  </hot-table>

the afterSelection is endlessly fired. What could be the problem?

I had brackets on cellSelected

<hot-table style=“zoom:0.7” [afterSelection]=“cellSelected” [outsideClickDeselects]=“false”
[manualColumnResize]=“true” [colHeaders]=“true” [colWidths]=“100” [width]=“1550” [height]=“1000” [rowHeaders]=“true”
[data]=“dataset”>

Thank you for the update. We can close the issue as resolved.