Ledzz / angular2-tinymce

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

Fix : change external_plugins config param from string to any #62

Closed xjimenez59 closed 5 years ago

xjimenez59 commented 6 years ago

Hi, I made a slight change to angular2-tinymce.config.interface.d.ts to let the external_plugins work as expected : changed the external_plugins type from ?string to ?any. Works correctly now for me ;

Thank you all for your great job !