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,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Forms Overview</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>