Example of ngx-quill and ionic v3
If you like my work, feel free to support it. Donations to the project are always welcomed :)
PayPal: PayPal.Me/bengtler
BTC Wallet Address:
3QVyr2tpRLBCw1kBQ59sTDraV6DTswq8Li
ETH Wallet Address:
0x394d44f3b6e3a4f7b4d44991e7654b0cab4af68f
LTC Wallet Address:
MFif769WSZ1g7ReAzzDE7TJVqtkFpmoTyT
XRP Wallet Address:
rXieaAC3nevTKgVu2SYoShjTCS2Tfczqx?dt=159046833
- run
npm install
oryarn install
- use ionic cli commands to work with the project, e.g.
ionic serve
To get it editable on macOS Safari add
[contenteditable] {
-webkit-user-select: text;
user-select: text;
}
to you stylings :). Ionic deactivates user-select
everywhere per default.