Skip to content

KillerCodeMonkey/ngx-quill-ionic

Repository files navigation

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

Buy Me A Coffee

How to use

  • run npm install or yarn 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.