Ledzz / angular2-tinymce

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

Add per-editor configuration support #48

Closed kobalazs closed 6 years ago

kobalazs commented 6 years ago

Every editor instance can be configured individually using property binding.

Note: Angular CLI might send an error when using AoT compilation: "Can't bind to 'config' since it isn't a known property of 'app-tinymce'." To prevent this, apply CUSTOM_ELEMENTS_SCHEMA on the module. Any help to figure out a decent solution to this issue is highly appreciated!