tinymce-angular icon indicating copy to clipboard operation
tinymce-angular copied to clipboard

Official TinyMCE Angular Component

Results 58 tinymce-angular issues
Sort by recently updated
recently updated
newest added

**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...

help wanted
GitHub

**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...

GitHub

Have you considered giving a more specific name for the selector used in the template?

enhancement

**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...

status: escalated
GitHub

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:...

enhancement

**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...

GitHub

**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...

GitHub

**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...

GitHub

Updated dev dependencies to Angular 17, storybook v7, issue bug report template swapped to an Angular 17 one and fixed rxjs deprecated usage.