We have a demo application with the PrimeNG editor. Other users have successfully implemented CKEditor too.
Here are the steps needed to use the PrimeNG editor.
- Install quill (needed by the PrimeNG editor) -
npm install --save quill
- Import the files
- Register the module
- Include its CSS files.
Then you can use it like this:
<p-editor [(ngModel)]="editorValue" [style]="{'height': '200px'}"></p-editor>