Skip to content

Commit

Permalink
chore: 10.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed May 8, 2020
1 parent ac4361c commit 8e43aa5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 481 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,12 @@ class YourModule { ... }

## Angular Universal

### ngx-quill >= v10

Nothing to do here :)

### ngx-quill v9

QuillJS (1.x) is directly using the `document`, `window`, `Node` and `navigator` context of the browser, when you require or import it.
To get things working in ssr you need to mock them on server side.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --prod",
"build": "ng build --prod && cp ./README.md ./dist/ngx-quill",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down
Loading

0 comments on commit 8e43aa5

Please sign in to comment.