1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 13:52:46 +02:00

docs(angular): add event-binding content (#6444)

This commit is contained in:
J. Degand
2024-08-08 23:34:49 -04:00
committed by GitHub
parent b5f8a53338
commit 554e94bf26

View File

@@ -1 +1,8 @@
# Event Binding
# Event Binding
Event binding lets you listen for and respond to user actions such as keystrokes, mouse movements, clicks, and touches.
Visit the following resources to learn more:
- [@official@Angular Official Docs - Event Binding](https://angular.dev/guide/templates/event-binding)
- [@article@Event Binding in Angular](https://www.knowledgehut.com/blog/web-development/event-binding-in-angular)