0.0.22 • Published 3 years ago

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

Weekly downloads
72
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.17

3 years ago

0.0.18

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.1

3 years ago