Skip to content

Commit

Permalink
added tinymce-webcomponent version in stencilJS component
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjeetkumaritoutlook committed Sep 29, 2024
1 parent 1539bbf commit 987b1d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/wrapper-editor/wrapper-editor.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ <h1>Angular App with StencilJS Editor</h1>
[disabled]="isEditorDisabled"
placeholder="Ängular RTE MVP"
(contentChanged)="handleContentChange($event)">
</custom-rtf>
</custom-rtf>
<rich-text-editor></rich-text-editor>

0 comments on commit 987b1d9

Please sign in to comment.