From 6fbbed3c2827b51a1caa8cb655b25a183c46a050 Mon Sep 17 00:00:00 2001 From: Alexey Umanskiy Date: Tue, 10 Dec 2024 16:24:19 +0200 Subject: [PATCH] fix(sortable): fxed issue 6687 (#6702) --- 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]