ngx-quill
Advanced tools
Comparing version 25.3.0 to 25.3.1
{ | ||
"name": "ngx-quill", | ||
"version": "25.3.0", | ||
"version": "25.3.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -83,3 +83,3 @@ # ngx-quill ![Build Status](https://github.com/KillerCodeMonkey/ngx-quill/workflows/CI/badge.svg) | ||
- `npm install ngx-quill` | ||
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` exact version `2.0.0-rc.0` and `rxjs` - peer dependencies of ngx-quill | ||
- install `@angular/core`, `@angular/common`, `@angular/forms`, `@angular/platform-browser`, `quill` version `^2.0.0` and `rxjs` - peer dependencies of ngx-quill | ||
- 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. | ||
@@ -86,0 +86,0 @@ - Example at the beginning of your style.(s)css: |
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
345270