docs: rewrite attribute binding section and add example (#26004)

PR Close #26004
This commit is contained in:
Kapunahele Wong
2018-09-10 16:30:24 -04:00
committed by Andrew Kushnir
parent e76690be29
commit b5aa0473fc
11 changed files with 288 additions and 67 deletions
@@ -0,0 +1,10 @@
{
"description": "Attribute Binding",
"files": [
"!**/*.d.ts",
"!**/*.js",
"!**/*.[1,2].*"
],
"file": "src/app/app.component.ts",
"tags": ["Attribute Binding"]
}