We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad29d01 commit b2e3946Copy full SHA for b2e3946
index.ts
@@ -18,6 +18,7 @@ export * from './src/droppable.component';
18
export * from './src/sortable.component';
19
20
export let providers = [
21
+ DragDropConfig,
22
{ provide: DragDropService, useFactory: dragDropServiceFactory },
23
{ provide: DragDropSortableService, useFactory: dragDropSortableServiceFactory, deps: [DragDropConfig] }
24
];
0 commit comments