Ledzz / angular2-tinymce

Angular 2 component for TinyMCE MCE WYSIWYG editor
https://angular2-tinymce.surge.sh
66 stars 37 forks source link

How Import TinyMCE Module inside component? #30

Closed AhmedBHameed closed 7 years ago

AhmedBHameed commented 7 years ago

Hi, Question please. How can i import TinyMCE module inside component or at least activate the configuration inside component? I want to add dynamic URL for file manager and pass it throw the configuration. But i can't import the module inside the component and also i don't to make my app.modules dirty by importing my services inside of it. So any kind of solution ?? Thanks

Ledzz commented 7 years ago

Hello! When per-editor configuration will be available, this would be simple. I don't know, if there is a way to do it now.

AhmedBHameed commented 7 years ago

Okay, Thank you.