docs: place download section in angular forms to the top (#36075)

This commit partially addresses #35459

PR Close #36075
This commit is contained in:
Sonu Kapoor 2020-03-15 16:17:27 -04:00 committed by Kara Erickson
parent 9a0a90feb3
commit 1927d0c7db
1 changed files with 6 additions and 2 deletions

View File

@ -7,6 +7,12 @@ schedule a meeting, and perform countless other data-entry tasks.
In developing a form, it's important to create a data-entry experience that guides the
user efficiently and effectively through the workflow.
<div class="alert is-helpful">
For the sample app that this page describes, see the <live-example></live-example>.
</div>
## Introduction to Template-driven forms
Developing forms requires design skills (which are out of scope for this page), as well as framework support for
@ -22,8 +28,6 @@ This page shows you how to build a simple form from scratch. Along the way you'l
* Display validation errors to users and enable/disable form controls.
* Share information across HTML elements using template reference variables.
You can run the <live-example></live-example> in Stackblitz and download the code from there.
{@a template-driven}
You can build forms by writing templates in the Angular [template syntax](guide/template-syntax) with