From f4a97e0290cffffdad9b9bca8700d09e6111e5bb Mon Sep 17 00:00:00 2001 From: Umanskiy Aleksey Date: Tue, 29 Oct 2024 11:33:40 +0200 Subject: [PATCH] fix(sortable): fxed issue 6687 --- src/sortable/sortable.component.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/sortable/sortable.component.ts b/src/sortable/sortable.component.ts index 4440d05c80..23912a28e9 100644 --- a/src/sortable/sortable.component.ts +++ b/src/sortable/sortable.component.ts @@ -51,8 +51,7 @@ import { NgClass, NgStyle, NgIf, NgFor, NgTemplateOutlet } from '@angular/common provide: NG_VALUE_ACCESSOR, useExisting: forwardRef(() => SortableComponent), multi: true - }, - DraggableItemService + } ], standalone: true, imports: [NgClass, NgStyle, NgIf, NgFor, NgTemplateOutlet]