From 5e58da14f05af791d6b4d3a2a87b9790e0ee1228 Mon Sep 17 00:00:00 2001 From: George Wilde Date: Tue, 11 Sep 2018 09:59:02 +0100 Subject: [PATCH] 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 --- aio/content/guide/forms.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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.