this.edito
See the [issue](https://github.com/mariohmol/ang-jsoneditor/issues/57)
-## Internet Explorer
+## Internet Explorer
If you want to support IE, please follow this guide:
* https://github.com/mariohmol/ang-jsoneditor/issues/44#issuecomment-508650610
@@ -162,7 +147,7 @@ If you want to support IE, please follow this guide:
To use multiple jsoneditors in your view you cannot use the same editor options.
-You should have something like:
+You should have something like:
```html
@@ -187,7 +172,7 @@ When publishing it to npm, look over this docs: https://docs.npmjs.com/misc/deve
# Collaborate
-Fork, clone this repo and install dependencies.
+Fork, clone this repo and install dependencies.
This project just works with webpack 4 (dont change to 5):
```sh
diff --git a/projects/ang-jsoneditor/package.json b/projects/ang-jsoneditor/package.json
index 654af3d..ad01e14 100644
--- a/projects/ang-jsoneditor/package.json
+++ b/projects/ang-jsoneditor/package.json
@@ -16,8 +16,8 @@
"angular"
],
"peerDependencies": {
- "@angular/common": "^17.0.0",
- "@angular/core": "^17.0.0",
+ "@angular/common": "^17.0.0 || ^18.0.0",
+ "@angular/core": "^17.0.0 || ^18.0.0",
"jsoneditor": "^9.10.2"
},
"dependencies": {