docs: rewrite property binding section and add example (#25770)

PR Close #25770
This commit is contained in:
Kapunahele Wong
2018-08-28 12:46:59 -04:00
committed by Andrew Kushnir
parent 4ad323a4d6
commit 85d38ae564
26 changed files with 601 additions and 101 deletions

View File

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