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

How to init value? #86

Closed klower closed 2 years ago

janniemeyer commented 3 years ago

Take a look at the example from this repository: https://github.com/jodit/jodit-angular/blob/master/projects/jodit-angular-app/src/app/app.component.html In your template you will have to write <jodit-editor [(ngModell)}="content"> and assign a value to content in your component.

MrElectroNick commented 2 years ago

Hope issue is resolved