Skip to content

Commit

Permalink
fix(sortable): fxed issue 6687 (#6702)
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq authored Dec 10, 2024
1 parent e9e01f0 commit 6fbbed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sortable/sortable.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 6fbbed3

Please sign in to comment.