From 87660c3de439ee2435affb3790170e34f70ae3d4 Mon Sep 17 00:00:00 2001 From: Krzysztof Zimny Date: Mon, 8 Feb 2021 16:03:14 +0100 Subject: [PATCH] Update README.md Add installation description for peerDependencies @types/ckeditor --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf7248d..afa3fc6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati * Include CKEditor javascript files in your application : ``` - + ``` * Install ng2-ckeditor @@ -18,6 +18,12 @@ Use the [CKEditor (4.x)](http://ckeditor.com/) wysiwyg in your Angular applicati * NPM : `npm install ng2-ckeditor` * YARN: `yarn add ng2-ckeditor` +* Install @types/ckeditor + + * JSPM : `jspm install npm:@types/ckeditor` + * NPM : `npm install --save @types/ckeditor` + * YARN : `yarn add @types/ckeditor` + * SystemJS Config : ```javascript