angular2-tinymce
angular2-tinymce copied to clipboard
paste_data_images :true is throwing error in angular cli but working with drag and drop of images
TinymceModule.withConfig({ skin_url: "../resources/tinymce/skins/lightgray", browser_spellcheck: true, plugins: ['paste','lists'], paste_data_images: true, auto_focus:false, menubar: false, toolbar: 'bold italic underline | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link', statusbar: false, height:200, remove_trailing_brs:true, body_class:"tinmnce-body", content_style: "html{overflow-y:auto !important;}" }),
So i can not build the application with AOT. Also i am not able to paste with keyboard shortcuts if i have copied any image in clipboard.
Please provide your valueable inputs.