<p align="center">
  <img width="150px" src="https://raw.githubusercontent.com/kolkov/angular-editor/master/docs/angular-editor-logo.png?raw=true" alt="AngularEditor logo"/>
</p>

# AngularEditor

A simple native WYSIWYG/Rich Text editor for Angular 11+

Forked from the work of Andrey Kolkov (https://github.com/kolkov/angular-editor) with addition of bootstrap styles and migration to latest angular version.

![Nov-27-2019 17-26-29](https://user-images.githubusercontent.com/216412/69763434-259cd800-113b-11ea-918f-0565ebce0e48.gif)

## Getting Started

### Installation

Install via [npm][npm] package manager 

```bash
npm install @geargroup/angular-editor --save
```
### Versions

2.1.0 for Angular v11
* Update dependencies
* Cleanup some css and do not embed default

2.0.0 for Angular v10
* Update Bootstrap and FontAwesomeIcons v5
* Fix color change in editor
* Improve look and feel
* Improve button's interaction display in custom options

