Skip to content

Commit b2e3946

Browse files
committed
fix(): Added DragDropConfig into DI
1 parent ad29d01 commit b2e3946

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export * from './src/droppable.component';
1818
export * from './src/sortable.component';
1919

2020
export let providers = [
21+
DragDropConfig,
2122
{ provide: DragDropService, useFactory: dragDropServiceFactory },
2223
{ provide: DragDropSortableService, useFactory: dragDropSortableServiceFactory, deps: [DragDropConfig] }
2324
];

0 commit comments

Comments
 (0)