Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f4a97e0

Browse files
committedOct 29, 2024·
fix(sortable): fxed issue 6687
1 parent f09e4b1 commit f4a97e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/sortable/sortable.component.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ import { NgClass, NgStyle, NgIf, NgFor, NgTemplateOutlet } from '@angular/common
5151
provide: NG_VALUE_ACCESSOR,
5252
useExisting: forwardRef(() => SortableComponent),
5353
multi: true
54-
},
55-
DraggableItemService
54+
}
5655
],
5756
standalone: true,
5857
imports: [NgClass, NgStyle, NgIf, NgFor, NgTemplateOutlet]

0 commit comments

Comments
 (0)
Please sign in to comment.