From 554e94bf26cc14db35fad8836ce3a331826ab2bc Mon Sep 17 00:00:00 2001 From: "J. Degand" <70610011+jdegand@users.noreply.github.com> Date: Thu, 8 Aug 2024 23:34:49 -0400 Subject: [PATCH] docs(angular): add event-binding content (#6444) --- .../content/event-binding@bKnpirSvex4oE4lAjiSSV.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/angular/content/event-binding@bKnpirSvex4oE4lAjiSSV.md b/src/data/roadmaps/angular/content/event-binding@bKnpirSvex4oE4lAjiSSV.md index d7d05a089..2ee06e83a 100644 --- a/src/data/roadmaps/angular/content/event-binding@bKnpirSvex4oE4lAjiSSV.md +++ b/src/data/roadmaps/angular/content/event-binding@bKnpirSvex4oE4lAjiSSV.md @@ -1 +1,8 @@ -# Event Binding \ No newline at end of file +# 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) \ No newline at end of file