docs: edit and add example for Template Expression Operators section of Template Syntax (#28087)

PR Close #28087
This commit is contained in:
Kapunahele Wong
2019-01-08 15:58:23 -05:00
committed by Andrew Kushnir
parent f41242f18e
commit 6c4d91297e
11 changed files with 277 additions and 84 deletions

View File

@ -0,0 +1,14 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Template Expression Operators Example</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>Loading...</app-root>
</body>
</html>