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
@@ -0,0 +1,10 @@
{
"description": "Binding Syntax",
"files": [
"!**/*.d.ts",
"!**/*.js",
"!**/*.[1,2].*"
],
"file": "src/app/app.component.ts",
"tags": ["Binding Syntax"]
}