Skip to content

Commit edeeeb7

Browse files
committed
Merge branch 'zoneless-api' of https://github.com/eneajaho/js-framework-benchmark into eneajaho-zoneless-api
2 parents 10e8a6c + 284512f commit edeeeb7

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)