ngx-quill
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"project": { | ||
"version": "1.0.0-beta.19-3", | ||
"name": "ng2quill" | ||
"version": "1.0.0-beta.24", | ||
"name": "ngx-quill" | ||
}, | ||
@@ -6,0 +6,0 @@ "apps": [ |
{ | ||
"name": "ngx-quill", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
"author": { | ||
"name": "Bengt Weiße" | ||
}, | ||
"description": "An angular (>= v2) component for the easy use of the QuillJS richt text editor.", | ||
"bugs": "https://github.com/KillerCodeMonkey/ngx-quill/issues", | ||
"homepage": "https://github.com/KillerCodeMonkey/ngx-quill", | ||
"repository": { | ||
@@ -62,3 +68,6 @@ "type": "git", | ||
"text editor" | ||
] | ||
], | ||
"contributors": [{ | ||
"name": "Bengt Weiße" | ||
}] | ||
} |
@@ -10,3 +10,3 @@ # ngx-quill | ||
## Examples | ||
[demo-page](https://killercodemonkey.github.io/ng2-quill) | ||
[demo-page](https://killercodemonkey.github.io/ngx-quill) | ||
@@ -16,3 +16,3 @@ ## Installation | ||
- include bubble.css, snow.css in your index.html | ||
- add `QuillModule` to your own NgModule: `node_modules/ng2-quill/src/quill/quill.module.ts` | ||
- add `QuillModule` to your own NgModule: `node_modules/ngx-quill/src/quill/quill.module.ts` | ||
- use `<quill-editor></quill-editor>` in your templates to add a default quill editor | ||
@@ -19,0 +19,0 @@ |
@@ -6,3 +6,3 @@ /* tslint:disable:no-unused-variable */ | ||
describe('App: Ng2quill', () => { | ||
describe('App: Nngx-quill', () => { | ||
beforeEach(() => { | ||
@@ -9,0 +9,0 @@ TestBed.configureTestingModule({ |
@@ -1,5 +0,2 @@ | ||
import { BrowserModule } from '@angular/platform-browser'; | ||
import { NgModule } from '@angular/core'; | ||
import { FormsModule } from '@angular/forms'; | ||
import { HttpModule } from '@angular/http'; | ||
@@ -6,0 +3,0 @@ import { QuillEditorComponent } from './quill-editor.component'; |
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
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
26871
1
1
527