From 60e377ed77b3967b59d14e7b0d75183c1bb208a8 Mon Sep 17 00:00:00 2001 From: David Shevitz Date: Fri, 16 Oct 2020 19:50:28 +0000 Subject: [PATCH] docs: archive user-input topic (#39309) PR Close #39309 --- aio/content/guide/user-input.md | 12 ++++++++++++ aio/content/navigation.json | 5 ----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/aio/content/guide/user-input.md b/aio/content/guide/user-input.md index 19907e16a1..28858ed869 100644 --- a/aio/content/guide/user-input.md +++ b/aio/content/guide/user-input.md @@ -1,5 +1,17 @@ # User input +
+
Marked for archiving
+ +To ensure that you have the best experience possible, this topic is marked for archiving until we determine +that it clearly conveys the most accurate information possible. + +In the meantime, this topic might be helpful: [Event binding](guide/event-binding). + +If you think this content should not be archived, please file a [GitHub issue](https://github.com/angular/angular/issues/new?template=3-docs-bug.md). + +
+ User actions such as clicking a link, pushing a button, and entering text raise DOM events. This page explains how to bind those events to component event handlers using the Angular diff --git a/aio/content/navigation.json b/aio/content/navigation.json index e84c358512..487368563d 100644 --- a/aio/content/navigation.json +++ b/aio/content/navigation.json @@ -106,11 +106,6 @@ "title": "Overview", "tooltip": "Overview of how to create Angular components." }, - { - "url": "guide/user-input", - "title": "User Input", - "tooltip": "User input triggers DOM events. Angular listens to those events with event bindings that funnel updated values back into your app's components and models." - }, { "url": "guide/lifecycle-hooks", "title": "Component Lifecycle",