docs: archive user-input topic (#39309)

PR Close #39309
This commit is contained in:
David Shevitz 2020-10-16 19:50:28 +00:00 committed by Joey Perrott
parent bdec818b3a
commit 60e377ed77
2 changed files with 12 additions and 5 deletions

View File

@ -1,5 +1,17 @@
# User input
<div class="callout is-critical">
<header>Marked for archiving</header>
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).
</div>
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

View File

@ -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",