You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Thanks for this awesome plugin. I'm currently using it in Angular 9, however, when I add html to a code block, the object to be saved completely strips any html tags. Some other code tests like Typescript seem to work fine. Is this something your plugin does, or is it perhaps something Angular does? Any ideas how this can be resolved too, please? Many thanks!
this.editor.save().then((outputData) => {
console.log('Article data: ', outputData))
}
this results in:
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for this awesome plugin. I'm currently using it in Angular 9, however, when I add html to a code block, the object to be saved completely strips any html tags. Some other code tests like Typescript seem to work fine. Is this something your plugin does, or is it perhaps something Angular does? Any ideas how this can be resolved too, please? Many thanks!
this.editor.save().then((outputData) => {
}
this results in:
The text was updated successfully, but these errors were encountered: