tinymce-angular
tinymce-angular copied to clipboard
Official TinyMCE Angular Component
**Is your feature request related to a problem? Please describe.** How to show spinner until the tinymce editor is shown on the page **Describe the solution you'd like** A clear...
**What is the current behavior?** Currently getting such error when editor (editor is not in iframe but :warning: `inline` so it shouldn't happen) is initialized inside `ngFor` or `ngIf`. Due...
Have you considered giving a more specific name for the selector used in the template?
**What is the current behavior?** I am using my tinymce editor with form-group reactive forms. As per the standard functional flow in my component there is a global Redux state...
It would be great if the component could be used inside a `` Currently if I include the editor inside the mat-form-field like this: ```html ``` I receive the error:...
**What is the current behavior?** Editor breaks when removed from template with animations. It turns into a textarea during the animation. I've tested several of my animations and all break...
I have an Angular application and when I loading my component with editor component It will take more then 6 seconds to initiate the editor view I am using angular...
**Is your feature request related to a problem? Please describe.** The type of the editor component's `init` property is currently not exported by this package, which prevent declaring a global...
**What is the current behavior?** After updating to Angular 13 and "@tinymce/tinymce-angular": "6.0.0" `toolbar_mode:'wrap'` seems to be of type ToolbarMode and not string anymore? (can't find a type ToolbarMode anywhere...
Updated dev dependencies to Angular 17, storybook v7, issue bug report template swapped to an Angular 17 one and fixed rxjs deprecated usage.