ckeditor / ckeditor4-angular

Official CKEditor 4 Angular component.
Other
55 stars 32 forks source link

Please support Angular 16 / Ivy #247

Closed nhnb closed 1 year ago

nhnb commented 1 year ago

Are you reporting a feature request or a bug?

Regression

Provide detailed reproduction steps (if any)

Using Angular 16, you get the following error

Error: src/app/app.module.ts:12:13 - error TS2304: Cannot find name 'CKEditorModule'.

Using Angular 15, you get a warning:

     [exec] Processing legacy "View Engine" libraries:
     [exec] - ckeditor4-angular [fesm2015/esm2015] (https://github.com/ckeditor/ckeditor4-angular.git)
     [exec] - ckeditor4-angular [esm2015/esm2015] (https://github.com/ckeditor/ckeditor4-angular.git)
     [exec] - ckeditor4-angular [main/umd] (https://github.com/ckeditor/ckeditor4-angular.git)
     [exec] Encourage the library authors to publish an Ivy distribution.
Comandeer commented 1 year ago

Please see https://github.com/ckeditor/ckeditor4-angular/issues/244#issuecomment-1580926181 for more details.