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

It is impossible to build v3.1.1 with Angular v14, however version 3.1.0 builds fine #130

Open tscislo opened 9 months ago

tscislo commented 9 months ago

NgJsonEditorModule is properly imported in module, but during build time I got an error like the component does not exist: "Can't bind to 'debug' since it isn't a known property of 'json-editor'"

This only happens on version 3.1.1, not with 3.1.0

mariohmol commented 8 months ago

hi there.. do you have a full stack trace? where is this error thoring? which line or file?

thanks