From f2bf726419ebd2c851bb8e8ec95eae395399a4b1 Mon Sep 17 00:00:00 2001 From: Aliullov Vlad <91639107+GoodDayForSurf@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:43:25 +0400 Subject: [PATCH] Fix angular pagination demo for compatibility to ng16 for export to CSB (#28563) --- .../Demos/Pagination/Overview/Angular/app/app.component.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/apps/demos/Demos/Pagination/Overview/Angular/app/app.component.html b/apps/demos/Demos/Pagination/Overview/Angular/app/app.component.html index 175a0142f5e6..1445f6a91313 100644 --- a/apps/demos/Demos/Pagination/Overview/Angular/app/app.component.html +++ b/apps/demos/Demos/Pagination/Overview/Angular/app/app.component.html @@ -3,9 +3,8 @@ class="employees" [ngClass]="pageSize === 4 ? 'employees--forth' : 'employees--six'" > - @for (employee of pageEmployees; track employee.ID) { - - } + +