tinymce-angular
tinymce-angular copied to clipboard
Official TinyMCE Angular Component
 i try to insert new link when edit my content. then, this happen. can you guys help me fix this?
**What is the current behavior?** - Add the `` component to a parent component that should also display a template based on a state - Use one of the provided...
https://github.com/tinymce/tinymce-angular/issues/321
**What is the current behavior?** I'm updating an editor linked to a formControl through external means, and the cursor jumps to the beginning when an update is triggered. I don't...
Description of changes: As described in #311, when a parent component was using OnPush change detection, changes made in the editor component weren't picked up. This is fixed by changing...
I separated the `Editor` component logic into a directive and a component that inherits from it. With this change, the directive can be directly attached to a host element like...
Since the paste plugin is now built-in to TinyMCE core, I believe this should be a default value in modelEvents. Otherwise it causes a lot of confusion as to why...
**What is the current behavior?** [disabled]="true" not working with angular v15. Before upgrading to 15, I was using angular 14, where it was working as excpected. only changes i have...
**What is the current behavior?** When I have `[inline]="true"` and use the `onChange()` function or `onFocusOut(`) function I expect them to be fired totally at the end of editting text....
Currently on the firefox browser, when we try to reload our component which has the tiny-mce editor, we see **NS_ERROR_UNEXPECTED** message and the editor does not show any content at...