We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c626b1 commit 284512fCopy full SHA for 284512f
frameworks/keyed/angular-cf-nozone/src/app/app.component.html
@@ -28,7 +28,7 @@ <h1>Angular {{version}} (no Zone.js)</h1>
28
</div>
29
<table class="table table-hover table-striped test-data">
30
<tbody>
31
- @for (item of data; track item.id) {
+ @for (item of data(); track item.id) {
32
<tr [class.danger]="item.id === selected">
33
<td class="col-md-1">{{item.id}}</td>
34
<td class="col-md-4">
0 commit comments