diff --git a/README.md b/README.md index 4e32178e..0493e770 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,18 @@ Then in HTML For `ngModel` to work, You must import `FormsModule` from `@angular/forms` +#### PeerDependencies + +`ngx-editor` depeneds on the following libraries to work. + +* [Font-Awesome v4.7.0](https://github.com/FortAwesome/Font-Awesome/tree/fa-4) +* [CodeMirror](https://github.com/codemirror/codemirror) +* [Ngx-Bootstrap](https://github.com/valor-software/ngx-bootstrap) + ## Compatibility +All Evergreen-Browsers are supported + * Google Chrome * Microsoft Edge * Mozilla Firefox diff --git a/docs/additional-documentation/code-editor.html b/docs/additional-documentation/code-editor.html index 40581736..998b5283 100644 --- a/docs/additional-documentation/code-editor.html +++ b/docs/additional-documentation/code-editor.html @@ -123,14 +123,14 @@ NgxEditorModule
You must install all the following peerDependencies
in order for `ngx-editor to work