Home

Awesome

ngx-quill-ionic

Example of ngx-quill and ionic

Live Demo

Donate/Support

If you like my work, feel free to support it. Donations to the project are always welcomed :)

PayPal: PayPal.Me/bengtler

<a href="https://www.buymeacoffee.com/bengtler" target="_blank"><img src="https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>

How to use

To get it editable add

[contenteditable] {
    -webkit-user-select: text;
    user-select: text;
}

to your global stylings :). Ionic deactivates user-select everywhere per default.