parent
c8be003781
commit
0d46bce291
|
@ -34,7 +34,7 @@ include ../../../../_includes/_util-fns
|
|||
|
||||
>[Input and Output Properties](#inputs-outputs)
|
||||
|
||||
>[Template Expression Operators](#expression-ops)
|
||||
>[Template Expression Operators](#expression-operators)
|
||||
|
||||
[Live Example](/docs/_examples/template-syntax/ts/src/plnkr.html)
|
||||
|
||||
|
@ -1196,7 +1196,7 @@ code-example(format="" language="html").
|
|||
|
||||
.l-main-section
|
||||
:marked
|
||||
<a id="expression-ops"></a>
|
||||
<a id="expression-operators"></a>
|
||||
## Template Expression Operators
|
||||
The template expression language employs a subset of JavaScript syntax supplemented with some special operators
|
||||
for specific scenarios. We'll cover two of them, "pipe" and "Elvis".
|
||||
|
|
Loading…
Reference in New Issue