Hi,
ngx-quill breaks universal
for example this line
var elem = document.createElement('div');
cause
ReferenceError: document is not defined
there is no document.create in ngx-quill. Maybe ng-quill uses this.
Could you give me more details?
The only usage of ngx-quill is document.body, which i can replace with the universal version.
But this has no effect if you build the quill dependencies with angular universal ;)
I published a new version, where i use the angular universal way to access the document.
Other errors are produced by quilljs --> so you can add an issue there ;)
@SebastianPodgajny hey did you solve the issue?
check out this: https://github.com/KillerCodeMonkey/ngx-quill/issues/91#issuecomment-358903936