0.0.22 • Published 4 years ago

@bilousd/angular-wysiwyg-editor-lib v0.0.22

Weekly downloads
72
License
MIT
Repository
github
Last release
4 years ago

AngularWysiwygEditorLib

Using lib

Install lib npm i @bilousd/angular-wysiwyg-editor-lib,
import lib in app.module.ts import {AngularWysiwygEditorLibModule} from 'angular-wysiwyg-editor-lib'; and AngularWysiwygEditorLibModule inside imports array,
then put in your html <lib-wysiwyg-editor startingHTMLvalue="Hello <b>world!</b>"></lib-wysiwyg-editor>,
Use child function getInnerHTML() to get created html.
startingHTMLvalue for initial value inside editor.
pluginParameters for inserting plugins into a html (structure: { selector: string, attributes: string[] }[]).
If you are inserting plugins outside of editor, be sure it is covered in <editor-plugin> tag, and it is outside of block of text (outside of <p>, <h1> etc.). There is no guarantee that custom tags, and plugin tags outside of blocks will be displayed or edited properly.

##License This project uses icons made by Pixel perfect from www.flaticon.com This project uses icons made by Freepik from www.flaticon.com

This library was generated with Angular CLI version 10.1.6.

0.0.22

4 years ago

0.0.21

4 years ago

0.0.20

4 years ago

0.0.19

4 years ago

0.0.17

5 years ago

0.0.18

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.3

5 years ago

0.0.4

5 years ago

0.0.1

5 years ago