Skip to content

Commit

Permalink
feat: support angular 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 30, 2020
1 parent 5ea9394 commit 0a497f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ NgxEditorModule.forRoot({
});
```

## Compatibility
## Browser Compatibility

All Evergreen-Browsers are supported

Expand All @@ -100,6 +100,10 @@ All Evergreen-Browsers are supported
- Mozilla Firefox
- Opera

## Angular Compatibility

Angular 9+.

## Demo

Demo at stackblitz https://ngx-editor.stackblitz.io/
Expand Down
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"prosemirror"
],
"peerDependencies": {
"@angular/common": ">=10.0.0",
"@angular/core": ">=10.0.0",
"@angular/forms": ">=10.0.0"
"@angular/common": ">=9.0.0",
"@angular/core": ">=9.0.0",
"@angular/forms": ">=9.0.0"
},
"dependencies": {
"prosemirror-commands": "^1.1.4",
Expand Down

0 comments on commit 0a497f2

Please sign in to comment.