Mandar Shinde

Mandar Shinde

  • NA
  • 423
  • 110k

Regarding install wysiwyg editor in Angular 7.

Sep 5 2019 12:40 AM
Dear all,
I hope you are doing well. I am using Angular 7 with ASP .net MVC with REST Api.
I want to use wysiwyg editor in Angular 7, but I am not able to install it. Every time I am trying to install it I am getting error.
I was trying to install some editors those are : -
 
  1. CKEditor 5 -  
  2. npm install --save @ckeditor/ckeditor5-angular  
  3.   
  4. RichTextEditor Syncfusion -  
  5.   
  6. npm i @syncfusion/ej2-angular-richtexteditor --save  
  7.   
  8. ngx-quill -  
  9.   
  10. npm install ngx-quill  
  11.   
  12. Angular Froala WYSIWYG Editor -  
  13.   
  14. npm install angular-froala-wysiwyg  
  15.   
  16. and many more.  
 I am getting error everytime whenever try to install editor is :- 
 
 
  
Please let me know any solution on this.
Thanking you in advance. 

Answers (4)