Ledzz / angular2-tinymce

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

Using of non included plugins #50

Open IcedReaper opened 6 years ago

IcedReaper commented 6 years ago

Hi, I would like to use the tinymce plugins textcolor/colorpicker and wordcount.

What's the best way to use them? => I found a way by adding their declaration (import and require) to the files "angular2-tinymce.component.d.ts" and "angular2-tinymce.component.ts". But as this would require changes to the npm module, I don't think this is either a good nor the best way.

What's the best way? Do you have to add them (and possibly every other plugin) or is there another way I haven't figured out yet?