Skip to content

Commit 284512f

Browse files
authored
Update frameworks/keyed/angular-cf-nozone/src/app/app.component.html
1 parent 4c626b1 commit 284512f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frameworks/keyed/angular-cf-nozone/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ <h1>Angular {{version}} (no Zone.js)</h1>
2828
</div>
2929
<table class="table table-hover table-striped test-data">
3030
<tbody>
31-
@for (item of data; track item.id) {
31+
@for (item of data(); track item.id) {
3232
<tr [class.danger]="item.id === selected">
3333
<td class="col-md-1">{{item.id}}</td>
3434
<td class="col-md-4">

0 commit comments

Comments
 (0)