@kolkov/angular-editor
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@kolkov/angular-editor", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple native WYSIWYG editor for Angular 6+, 7+, 8+. Rich Text editor component for Angular.", | ||
@@ -5,0 +5,0 @@ "author": "Andrey Kolkov <a.kolkov@gmail.com>", |
<p align="center"> | ||
<img width="150px" src="https://raw.githubusercontent.com/kolkov/angular-editor/master/docs/angular-editor-logo.svg?raw=true&sanitize=true" alt="AngularEditor logo"/> | ||
<img width="150px" src="https://raw.githubusercontent.com/kolkov/angular-editor/master/docs/angular-editor-logo.png?raw=true" alt="AngularEditor logo"/> | ||
</p> | ||
@@ -9,3 +9,3 @@ | ||
[![Build Status](https://travis-ci.com/kolkov/angular-editor.svg?branch=master)](https://travis-ci.com/kolkov/angular-editor) | ||
[![npm](https://img.shields.io/npm/dw/@kolkov/angular-editor.svg)](https://www.npmjs.com/package/@kolkov/angular-editor) | ||
[![npm](https://img.shields.io/npm/dm/@kolkov/angular-editor.svg)](https://www.npmjs.com/package/@kolkov/angular-editor) | ||
[![](https://data.jsdelivr.com/v1/package/npm/@kolkov/angular-editor/badge?style=rounded)](https://www.jsdelivr.com/package/npm/@kolkov/angular-editor) | ||
@@ -17,9 +17,10 @@ [![Coverage Status](https://coveralls.io/repos/github/kolkov/angular-editor/badge.svg?branch=master)](https://coveralls.io/github/kolkov/angular-editor?branch=master) | ||
A simple native WYSIWYG editor for Angular 6+, 7+, 8+. Rich Text editor component for Angular. | ||
A simple native WYSIWYG/Rich Text editor for Angular 6-8+ | ||
![Nov-27-2019 17-26-29](https://user-images.githubusercontent.com/216412/69763434-259cd800-113b-11ea-918f-0565ebce0e48.gif) | ||
## Demo | ||
Demo is here [demo][demo] | ||
[demo](https://angular-editor-wysiwyg.stackblitz.io/) | [See the code in StackBlitz](https://stackblitz.com/edit/angular-editor-wysiwyg). | ||
Working code for this demo at stackblitz [example](https://stackblitz.com/edit/angular-editor-wysiwyg) | ||
## Getting Started | ||
@@ -36,3 +37,3 @@ | ||
1.x.x and above - for Angular v8.x.x | ||
1.0.0 and above - for Angular v8.x.x | ||
@@ -225,4 +226,4 @@ 0.18.4 and above - for Angular v7.x.x | ||
[npm]: https://www.npmjs.com/ | ||
[npm]: https://www.npmjs.com/package/@kolkov/angular-editor | ||
[demo]: https://angular-editor-wysiwyg.stackblitz.io/ | ||
[example]: https://stackblitz.com/edit/angular-editor-wysiwyg |
1565477
226