mariohmol / ang-jsoneditor

Angular Jsoneditor that works with angular 4 to angular 15
https://stackblitz.com/edit/angular-json-editor
MIT License
155 stars 89 forks source link

'NgJsonEditorModule' does not appear to be an NgModule class. #117

Closed kkovac1 closed 1 year ago

kkovac1 commented 1 year ago

Describe the bug This error (down below) appeared when updated Angular to version 16. Worked fine on version 15.

ang-jsoneditor version: 1.10.5

Error: 'NgJsonEditorModule' does not appear to be an NgModule class.(-996002) lib.module.d.ts(2, 32): This likely means that the library (ang-jsoneditor) which declares NgJsonEditorModule is not compatible with Angular Ivy. Check if a newer version of the library is available, and update if so. Also consider checking with the library's authors to see if the library is expected to be compatible with Ivy.

mariohmol commented 1 year ago

released on v3.0.0,thanks a lot!