This repository was archived by the owner on Dec 4, 2017. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
public/docs/ts/latest/guide Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ is available to <code>declarations</code> of this module.</p>
98
98
</tr><tr>
99
99
<td><code><p <b>*myUnless</b>="myExpression">...</p></code></td>
100
100
<td><p>The <code>*</code> symbol turns the current element into an embedded template. Equivalent to:
101
- <code><template [myUnless]="myExpression"><p>...</p></template></code></p>
101
+ <code><ng- template [myUnless]="myExpression"><p>...</p></ng- template></code></p>
102
102
</td>
103
103
</tr><tr>
104
104
<td><code><p>Card No.: <b>{{cardNumber | myCardNumberFormatter}}</b></p></code></td>
@@ -135,7 +135,7 @@ is available to <code>declarations</code> of this module.</p>
135
135
<td><p>Turns the li element and its contents into a template, and uses that to instantiate a view for each item in list.</p>
136
136
</td>
137
137
</tr><tr>
138
- <td><code><div <b>[ngSwitch]</b>="conditionExpression"><br> <template <b>[<b>ngSwitchCase</b>]</b>="case1Exp">...</template><br> <template <b>ngSwitchCase</b>="case2LiteralString">...</template><br> <template <b>ngSwitchDefault</b>>...</template><br></div></code></td>
138
+ <td><code><div <b>[ngSwitch]</b>="conditionExpression"><br> <ng- template <b>[<b>ngSwitchCase</b>]</b>="case1Exp">...</ng- template><br> <ng- template <b>ngSwitchCase</b>="case2LiteralString">...</ng- template><br> <ng- template <b>ngSwitchDefault</b>>...</ng- template><br></div></code></td>
139
139
<td><p>Conditionally swaps the contents of the div by selecting one of the embedded templates based on the current value of <code>conditionExpression</code>.</p>
140
140
</td>
141
141
</tr><tr>
You can’t perform that action at this time.
0 commit comments