Closed hansioan closed 2 years ago
You need to install jsoneditor
:
npm install --save jsoneditor
I updated the README.md to be more clear that jsoneditor npm lib has to be installed also. The library is now also compatible with Angular 13, see https://github.com/MaaxGr/ang-jsoneditor/releases/tag/13.0.3.
Watch out the the module name has changed to AngJsoneditorModule
.
Issue should be resolved. If you have any questions. Feel free to ask!
Hello,
I am currently starting a new project and decided to work with the latest Angular (13 at this moment) and my next steps will require me to make a JSON editor ... or use one
I saw your repo fork and I also see that for Angular 13 support but it says "Work in Progress" and there is no npm command for Angular 13.
So I tried running using Angular 12 with
npm install @maaxgr/ang-jsoneditor@12
and the output was the one below and in the end my ng serve just hangsDo you have any plans on making a stable npm package for Angular 13? You also say in the repo description
Do you have any tips on how to get it to work on Angular 13?
Thanks a lot