Skip to content

Commit

Permalink
fix(): Added DragDropConfig into DI
Browse files Browse the repository at this point in the history
  • Loading branch information
akserg committed Dec 23, 2016
1 parent ad29d01 commit b2e3946
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export * from './src/droppable.component';
export * from './src/sortable.component';

export let providers = [
DragDropConfig,
{ provide: DragDropService, useFactory: dragDropServiceFactory },
{ provide: DragDropSortableService, useFactory: dragDropSortableServiceFactory, deps: [DragDropConfig] }
];
Expand Down

0 comments on commit b2e3946

Please sign in to comment.