tinymce-angular
tinymce-angular copied to clipboard
Official TinyMCE Angular Component
**What is the current behaviour** When editing text in tinymce the form state doesn't update correctly. **How to reproduce** 1. Open https://stackblitz.com/edit/angular-13-rmvnj2 2. Type in tinymce (state is not updated)...
When trying to setup rtc plugin with the default init options from the [introduction](https://www.tiny.cloud/docs/tinymce/6/rtc-getting-started/#configure-the-required-tinymce-rtc-options), `plugin.min.js:8 Jwt provider error: expected it to return a promise` error appears in the console and...
**What is the current behavior?** I did'nt changed my code, only upgrade version with `npm i @tinymce/[email protected]` and then I get this error in console: ``` TypeError: Cannot read properties...
**What is the current behavior?** The Editor component is still kept in memory whereas i changed paged from my angular app. I tried to use remove function tinymce and set...
**What is the current behavior?** I have updated Tinymce from 5.X.X to 6.X.X and the following error threw. ``` global.throttle is not a function ``` When I reload or remove...
**What is the current behavior?** When I add `entity_encoding: 'raw'` to my config, I get a compiler error. ``` Error: src/app/shared/rich-text-editor/rich-text-editor.component.html:2:27 - error TS2322: Type '{ base_url: string; suffix: string;...
**What is the current behavior?** I'm currently writing a CMS using TinyMCE, I go through the pages using routerLink. When I go to edit one page the editor works fine....
**What is the current behavior?** If the Editor is used with reactive Forms together with the disabled property. It can happen, that the disabled state is not correctly processed at...
I have an Ionic-project and the first time when I enter a page/component tinymce loads just fine. Next time when I visit the page the editor is not working. Does...
**Is your feature request related to a problem? Please describe.** Language / Localization change on the fly **Describe the solution you'd like** A clear way to reload / re-init editor...