wermerb / ngx-trumbowyg

Angular 6 component & directive for Trumbowyg WYSIWYG editor.
MIT License
5 stars 6 forks source link

Use plugins #10

Open AlphonseDoge opened 5 years ago

AlphonseDoge commented 5 years ago

How are you supposed to integrate plugins? I'm trying to use the paste image plugin, but I have no idea on how to do that. I tried to copy the path of the plugin (trumbowyg.pasteimage.min.js) in the scripts in angular.json but this isn't working. I guess this has something to do with the "events" thing in app.module... Thanks!

RDevR99 commented 4 years ago

Hello, Did you find any solution to this yet? Facing the same issue