Closed klower closed 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.
Hope issue is resolved
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.