Skip to content

Commit 4c7bd81

Browse files
updated readme.
1 parent d29bc0a commit 4c7bd81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ getEmployeesByName(searchName: string) {
108108
</tr>
109109
</thead>
110110
<tbody>
111-
@* Loop through the employees$ stream *@
112-
@* Use trackBy to optimize rendering *@
111+
<!-- Loop through the employees$ stream
112+
Use trackBy to optimize rendering -->
113113
@for (employee of employees$ | async; track employee.id) {
114114
<tr>
115115
<td>{{ employee.name }}</td>

0 commit comments

Comments
 (0)