diff --git a/aio/content/guide/forms.md b/aio/content/guide/forms.md index 7d11293445..8302539399 100644 --- a/aio/content/guide/forms.md +++ b/aio/content/guide/forms.md @@ -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 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.