tinymce / tinymce-angular

Official TinyMCE Angular Component
MIT License
324 stars 93 forks source link

Tiny 4688: TinyMCE lazy loading #136

Closed SimonFc closed 4 years ago

SimonFc commented 4 years ago

This will simplify self-hosting as it now will be possible to specify the source of TinyMCE which will be used by all instances of tinymce-angular on a page. Closes #127

I've added a test which loads TinyMCE from Cloud as well. Thoughts about this?