ngx-quill
Advanced tools
Comparing version 16.1.1 to 16.1.2
{ | ||
"name": "ngx-quill", | ||
"version": "16.1.1", | ||
"version": "16.1.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -10,4 +10,2 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
<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> | ||
PayPal: [PayPal.Me/bengtler](http://paypal.me/bengtler) | ||
@@ -98,7 +96,7 @@ | ||
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` v1.x, `@types/quill` v1.x and `rxjs` - peer dependencies of ngx-quill | ||
- include theme stylings: **bubble.css, snow.css and core.css of quilljs** in your index.html (you can find them in `node_modules/quill/dist`), or add them in your css/scss files with `@import` statements, or add them external stylings in your build process. | ||
- include theme styling: **bubble.css or snow.css of quilljs** in your index.html (you can find them in `node_modules/quill/dist`), or add them in your css/scss files with `@import` statements, or add them external stylings in your build process. | ||
- Example at the beginning of your style.(s)css: | ||
```TS | ||
@import '~quill/dist/quill.core.css'; | ||
@import '~quill/dist/quill.bubble.css'; | ||
@import '~quill/dist/quill.bubble.css'; | ||
// or | ||
@import '~quill/dist/quill.snow.css'; | ||
@@ -105,0 +103,0 @@ ``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
398147
3388
421