Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanahata committed Jul 28, 2023
1 parent 06f11bc commit 0953e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ng-gantt/src/lib.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { GanttEditorComponent } from './gantt/gantt.component';
})
export class NgGanttEditorModule {

public static forRoot(): ModuleWithProviders {
public static forRoot(): ModuleWithProviders<NgGanttEditorModule> {

return {
ngModule: NgGanttEditorModule,
Expand Down

0 comments on commit 0953e60

Please sign in to comment.