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

Angular 15 #118

Closed kzimny closed 1 year ago

kzimny commented 1 year ago

How to installjodit-angular in Angular 15 project?

image

MrElectroNick commented 1 year ago

Hi @kzimny library versions are still pending for v15 and v16 due to lack of time. As an option you can use 4 files of a library module in your project. You can find it here: https://github.com/jodit/jodit-angular/tree/master/projects/jodit-angular-lib/src/lib Just put it inside your project and remove dependency to jodit-angular for now but keep jodit itself as dependency

kzimny commented 1 year ago

This is great, thank you very much for your quick support!