Awesome
ngx-quill-ionic
Example of ngx-quill and ionic
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
- run
npm install
oryarn install
- use predfined commands to work with the project, e.g.
yarn start
To get it editable add
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
to your global stylings :). Ionic deactivates user-select
everywhere per default.