Skip to content

Commit

Permalink
Merge stable into master
Browse files Browse the repository at this point in the history
  • Loading branch information
CKTravisBot authored Jan 27, 2022
2 parents 7ab7039 + 792037f commit 8516bb4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/builds/guides/frameworks/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ All available versions are [listed on npm](https://www.npmjs.com/package/@ckedit

## Quick start

<info-box>
CKEditor 5 packages do not include TypeScript typings yet. With strict mode enabled, you must take care of the typings yourself. Otherwise, you might see the `Could not find a declaration file for module` error. **Please bear in mind that projects generated using Angular CLI have strict mode enabled by default.**

For more information, please see [Strict mode project tips](#strict-mode-project-tips).
</info-box>

In your existing Angular project, install the [CKEditor 5 WYSIWYG editor component for Angular](https://www.npmjs.com/package/@ckeditor/ckeditor5-angular):

```bash
Expand Down

0 comments on commit 8516bb4

Please sign in to comment.