We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2f167 commit e2f8f69Copy full SHA for e2f8f69
docs/src/pages/examples/basic/basic-setup/basic-setup.example.html
@@ -1,8 +1 @@
1
<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