docs: rewrite binding-syntax section in template-syntax.md (#25561)

PR Close #25561
This commit is contained in:
Kapunahele Wong
2018-07-09 17:55:18 -04:00
committed by Andrew Kushnir
parent 48d11d5fa0
commit bb4e230eae
12 changed files with 373 additions and 103 deletions

View File

@ -0,0 +1,14 @@
<!-- #docregion -->
<!DOCTYPE html>
<html>
<head>
<base href="/">
<title>Angular binding syntax example</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root>Loading...</app-root>
</body>
</html>
<!-- #enddocregion -->