From 921b5a5b76f14e3b03f02be91730bdf6c763d687 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julian=20P=C3=B6mp?=
Date: Wed, 24 Jan 2024 17:12:47 +0100
Subject: [PATCH] style(ngx-jodit): fit both form examples to full width,
remove mirroring value
---
apps/demo/src/app/app.component.html | 24 ++++++++++--------------
1 file changed, 10 insertions(+), 14 deletions(-)
diff --git a/apps/demo/src/app/app.component.html b/apps/demo/src/app/app.component.html
index 2148873..e32dce3 100644
--- a/apps/demo/src/app/app.component.html
+++ b/apps/demo/src/app/app.component.html
@@ -25,20 +25,16 @@
README.
-
-
-
-
Template driven form
-
-
Value: {{ value | json }}
-
-
-
Reactive form
-
-
Value: {{ this.formGroup.get("editor")?.value | json }}
-
+
+
+
Template driven form
+
+
+
+
Reactive form
+