Skip to content

Commit ad945e0

Browse files
authoredSep 14, 2020
feat: Angular 10 Compatibility (#1008)
Fix# 1003
1 parent 2ffec89 commit ad945e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎modules/ng2-dragula/src/components/dragula.module.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { DragulaService } from './dragula.service';
77
declarations: [DragulaDirective],
88
})
99
export class DragulaModule {
10-
static forRoot(): ModuleWithProviders {
10+
static forRoot(): ModuleWithProviders<any> {
1111
return {
1212
ngModule: DragulaModule,
1313
providers: [DragulaService]

0 commit comments

Comments
 (0)
Please sign in to comment.