Open lmsilvera opened 4 years ago
There is a breaking change. Update angular in your project or use an older version of angular-froala-wysiwyg.
Ok, will take into account.
Which version of angular is compatible with froala v3 or v4?
I'm getting this error in angular 7 "error TS1086: An accessor cannot be declared in an ambient context." for example
Error message: ERROR in node_modules/angular-froala-wysiwyg/editor/editor.module.d.ts(3,23): error TS2315: Type 'ModuleWithProviders' is not generic. node_modules/angular-froala-wysiwyg/view/view.module.d.ts(3,23): error TS2315: Type 'ModuleWithProviders' is not generic.
Context: angular-froala-wysiwyg version was 3.2.0 then, when upgraded to 3.2.1 bang!! Error above. "@angular/core": "^5.2.11", "@angular/common": "^5.2.11" "angular-froala-wysiwyg": "^3.2.1"