diff --git a/docs/en/framework/ui/angular/list-service.md b/docs/en/framework/ui/angular/list-service.md index e7aeb7e36e..e657cdab1b 100644 --- a/docs/en/framework/ui/angular/list-service.md +++ b/docs/en/framework/ui/angular/list-service.md @@ -177,7 +177,7 @@ export class BooksComponent { } } ``` - +{%{ ```html
@@ -206,7 +206,6 @@ export class BooksComponent { Name - @for (book of items; track book.id) { @@ -218,6 +217,8 @@ export class BooksComponent {
``` +}%} + ## How to Refresh Table on Create/Update/Delete