From af1ffbea32a6de74a58ebebeaacb7c440bf12554 Mon Sep 17 00:00:00 2001 From: Fahri Gedik Date: Thu, 24 Oct 2024 09:41:25 +0300 Subject: [PATCH] update list-service.md --- docs/en/framework/ui/angular/list-service.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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