toddmotto / ama

Ask me anything!
20 stars 3 forks source link

AddEventListener in Angular #74

Closed victorsolaya closed 6 years ago

victorsolaya commented 7 years ago

How can I do an addEventListener('whatever'... in angular?

I mean I have only seen in tutorials and docs <button (click)... But could you do something like: <button #id>

id.addEventListener('click' or whatever?

Thank you!