Browse Source

Merge pull request #21186 from abpframework/auto-merge/rel-9-0/3133

Merge branch dev with rel-9.0
pull/21195/head
maliming 2 years ago
committed by GitHub
parent
commit
3db054e7d9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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 ```html
<div class="card"> <div class="card">
<div class="card-header"> <div class="card-header">
@ -206,7 +206,6 @@ export class BooksComponent {
<th>Name</th> <th>Name</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@for (book of items; track book.id) { @for (book of items; track book.id) {
<tr> <tr>
@ -218,6 +217,8 @@ export class BooksComponent {
</table> </table>
</div> </div>
``` ```
}%}
## How to Refresh Table on Create/Update/Delete ## How to Refresh Table on Create/Update/Delete

Loading…
Cancel
Save