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
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'?
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