Example of ngx-quill and ionic
If you like my work, feel free to support it. Donations to the project are always welcomed :)
PayPal: PayPal.Me/bengtler
- 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.