Skip to content

Commit

Permalink
Merge branch 'ci/2861' of https://github.com/ckeditor/ckeditor5 into …
Browse files Browse the repository at this point in the history
…ci/2861
  • Loading branch information
apadol-cksource committed Apr 6, 2023
2 parents 1198ce4 + 8bda044 commit 2faa275
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions docs/installation/frameworks/angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,24 +73,16 @@ All available versions are [listed on npm](https://www.npmjs.com/package/@ckedit

## Quick start

You can use Angular CLI to create a new Angular project. Use the below command to install it globally.

```bash
npm install -g @angular/cli
```

It allows you to generate a new project with the following command.

```bash
ng new ckeditor5-angular-example
```

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

```bash
npm install --save @ckeditor/ckeditor5-angular
```

<info-box>
If you don't have an existing project, you can use [Angular CLI](https://angular.io/cli) to create a new one.
</info-box>

Install one of the {@link installation/getting-started/predefined-builds predefined builds} or [create a custom one](#using-a-custom-ckeditor-5-build).

Assuming that you picked [`@ckeditor/ckeditor5-build-classic`](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic):
Expand Down

0 comments on commit 2faa275

Please sign in to comment.