I tried to install tinyMCE with angular 6. I am following the docs on https://www.tiny.cloud/docs/integrations/angular2/.
Everything OK but I must to have an apiKey to use the tinyMCE cloud.
I got the error : "This domain is not registered with TinyMCE Cloud. Start a free trial to discover our premium cloud services and pro support."
I want to use the self hosted version without apiKey.
So as explained on the doc https://www.tiny.cloud/docs/integrations/angular2/#loadingtinymcebyyourself we can hosting the tinymce.min.js to disable apiKey.
How to add tinymce.min.js properly with angular 6 ?