aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/angular/for.html
blob: 591472e23f09679fbc04b9550bc4d720f46663ad (plain) (blame)
1
2
3
4
5
@for (item of items; track item.id) {
  <li>{{ item.name }}</li>
} @empty {
  <p>No items</p>
}