Browse Source

update list-service.md

pull/21173/head
Fahri Gedik 1 year ago
parent
commit
af1ffbea32
  1. 5
      docs/en/framework/ui/angular/list-service.md

5
docs/en/framework/ui/angular/list-service.md

@ -177,7 +177,7 @@ export class BooksComponent {
}
}
```
{%{
```html
<div class="card">
<div class="card-header">
@ -206,7 +206,6 @@ export class BooksComponent {
<th>Name</th>
</tr>
</thead>
<tbody>
@for (book of items; track book.id) {
<tr>
@ -218,6 +217,8 @@ export class BooksComponent {
</table>
</div>
```
}%}
## How to Refresh Table on Create/Update/Delete

Loading…
Cancel
Save