docs: update nav descriptions based on feedback (#25663)
PR Close #25663
This commit is contained in:
parent
29647bb815
commit
fb8028a130
@ -166,7 +166,7 @@
|
|||||||
{
|
{
|
||||||
"url": "guide/user-input",
|
"url": "guide/user-input",
|
||||||
"title": "User Input",
|
"title": "User Input",
|
||||||
"tooltip": "User input triggers DOM events. We listen to those events with event bindings that funnel updated values back into our components and models."
|
"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",
|
"url": "guide/lifecycle-hooks",
|
||||||
@ -228,7 +228,7 @@
|
|||||||
{
|
{
|
||||||
"url": "guide/forms",
|
"url": "guide/forms",
|
||||||
"title": "Template-driven Forms",
|
"title": "Template-driven Forms",
|
||||||
"tooltip": "Create a template-driven form using directives and Angular template syntax"
|
"tooltip": "Create a template-driven form using directives and Angular template syntax."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "guide/form-validation",
|
"url": "guide/form-validation",
|
||||||
@ -237,7 +237,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "guide/dynamic-form",
|
"url": "guide/dynamic-form",
|
||||||
"title": "Dynamic forms",
|
"title": "Dynamic Forms",
|
||||||
"tooltip": "Render dynamic forms with FormGroup."
|
"tooltip": "Render dynamic forms with FormGroup."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user