docs: rewrite inputs/outputs section of Template Syntax (#27685)

PR Close #27685
This commit is contained in:
Kapunahele Wong
2018-12-03 13:42:53 -05:00
committed by Andrew Kushnir
parent e2fd628618
commit f41242f18e
35 changed files with 875 additions and 128 deletions

View File

@ -0,0 +1,14 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Inputs and Outputs</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>