diff --git a/src/jsoneditor.module.ts b/src/jsoneditor.module.ts index 45b293a..d718b09 100755 --- a/src/jsoneditor.module.ts +++ b/src/jsoneditor.module.ts @@ -15,7 +15,7 @@ import {JSONEditorComponent} from './jsoneditor.component'; ] }) export class JSONEditorModule { - static forRoot(): ModuleWithProviders { + static forRoot(): ModuleWithProviders { return { ngModule: JSONEditorModule, };