Revert "NG0956 Tracking expression caused re-creation of the DOM structure."
All checks were successful
FarmMaps.Develop/FarmMapsLib/pipeline/head This commit looks good

This reverts commit 48261c9657.
This commit is contained in:
2026-01-30 13:54:24 +01:00
parent 48261c9657
commit 7822015f8c
10 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
@if (widgets; as widgets) {
<div class="widget-container pt-0">
@for (widget of widgets; track widget.item.code) {
@for (widget of widgets; track widget) {
<div class="widget">
<div class="content">
<ng-template #widgetTemplate></ng-template>