Skip to content

Commit e2f8f69

Browse files
committed
fix: remove json from basic setup so its not shown in overview
1 parent 7e2f167 commit e2f8f69

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
11
<bna-editor (contentChanged)="readTextFromEditor($event)" />
2-
3-
<h2>Result</h2>
4-
<div
5-
class="border border-black bg-background rounded min-h-20 w-full p-2 max-h-[400px] overflow-auto"
6-
>
7-
<pre><code>{{ editorContent | json }}</code></pre>
8-
</div>

0 commit comments

Comments
 (0)