parent
bdec818b3a
commit
60e377ed77
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue