Skip to content

Commit 343de45

Browse files
Fomatting fix
1 parent 080c9cc commit 343de45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ng-data-binding/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ <h4>&#64;for (Angular v17 onwards)</h4>
258258
<pre>
259259
<code class="html" data-trim>
260260
&lt;ul&gt;
261-
&#64;for (myItem of myList; track &dollar;index)
262-
{
263-
&lt;li&gt; {{ myItem.someProperty }} &lt;/li&gt;
264-
}
261+
&nbsp;&#64;for (myItem of myList; track &dollar;index)
262+
&nbsp;{
263+
&nbsp; &lt;li&gt; {{ myItem.someProperty }} &lt;/li&gt;
264+
&nbsp;}
265265
&lt;/ul&gt;
266266
</code>
267267
</pre>

0 commit comments

Comments
 (0)