jodit / jodit-angular

Angular wrapper for Jodit && Hey. Due to the fact that I do not use Angular in my projects, I cannot fix plugin errors in a timely manner. If you want the plugin to develop, send PR or better become a contributor
MIT License
48 stars 35 forks source link

Problem with Angular Universal #100

Open muberraduman opened 2 years ago

muberraduman commented 2 years ago

We are trying to add SSR to our angular application and we are getting the error below:

ReferenceError: self is not defined at Object.<anonymous> (xxx/yyy/node_modules/jodit/build/jodit.min.js:1:267) Is it possible to prevent the loading of jodit.min.js if the platform is 'server'?

Thanks, Berra