From 833c8130e4a6302a0a7163e26beb2664c59209b0 Mon Sep 17 00:00:00 2001 From: Antonello Pasella Date: Wed, 6 May 2020 02:21:08 +0200 Subject: [PATCH] Update editor.module.ts Fix #378 --- src/editor/editor.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/editor.module.ts b/src/editor/editor.module.ts index 5af19b3..f72c807 100644 --- a/src/editor/editor.module.ts +++ b/src/editor/editor.module.ts @@ -8,7 +8,7 @@ import { FroalaEditorDirective } from './editor.directive'; }) export class FroalaEditorModule { - public static forRoot(): ModuleWithProviders { + public static forRoot(): ModuleWithProviders { return {ngModule: FroalaEditorModule, providers: []}; } }