Add attributes for angular

Hi guys, I have an angular project on the way and I want to know how to add attibutes like: (click)=“callToFunction()”, I’m trying to achieve this bit the editor removes the parenthesis

Thank you for the help.

Have you tried converting the button into HTML (right click > convert to HTML)? Then you will have a custom code version of the component to which you should be able to add any code you want.

:scream: :scream: :scream: @printninja that actually worked, thank you very much!!