docs: add forms overview example for snippets (#25663)

PR Close #25663
This commit is contained in:
Brandon Roberts
2018-09-05 10:00:14 -05:00
committed by Kara Erickson
parent ebd01e8e79
commit 5649acd03f
21 changed files with 435 additions and 81 deletions

View File

@ -0,0 +1,10 @@
<!--The content below is only a placeholder and can be replaced.-->
<h1>Forms Overview</h1>
<h2>Reactive</h2>
<app-reactive-name></app-reactive-name>
<h2>Template-Driven</h2>
<app-template-name></app-template-name>