docs(forms): change headings (#25900)
Change the headings of the template-driven forms guide page. This makes the first heading consistent with other guide pages and the menu label reducing confusion to users browsing the guide. PR Close #25900
This commit is contained in:
parent
fa8e633be5
commit
5e58da14f0
|
@ -1,4 +1,5 @@
|
|||
# Forms
|
||||
# Template-driven forms
|
||||
#### Forms
|
||||
|
||||
Forms are the mainstay of business applications.
|
||||
You use forms to log in, submit a help request, place an order, book a flight,
|
||||
|
@ -24,7 +25,7 @@ You can run the <live-example></live-example> in Stackblitz and download the cod
|
|||
|
||||
{@a template-driven}
|
||||
|
||||
## Template-driven forms
|
||||
#### Template-driven forms
|
||||
|
||||
You can build forms by writing templates in the Angular [template syntax](guide/template-syntax) with
|
||||
the form-specific directives and techniques described in this page.
|
||||
|
|
Loading…
Reference in New Issue