Ngx-quill: Angular 7 installing quill-image-resize

Created on 12 Nov 2019  路  7Comments  路  Source: KillerCodeMonkey/ngx-quill

Hi i'm having some difficult for installing your image resizer plugin. I tried what is wrote here but it didn't work. I also searched for a solution from this repo but i couldn't find anything. Could give me some help installing the new plugin?

All 7 comments

for installing your image resizer plugin

i have no image resize plugin???

checkout my demo repo. it is used there ;-).
It also worked with angular 7

@KillerCodeMonkey i saw, But when i try to do Quill.register(...) it give me the error
quill.js:1122 Uncaught TypeError: Cannot read property 'register' of undefined

then you have not installed quilljs correctly. I am using @types/quill there.
and make sure you have quill correctly integrated
https://github.com/KillerCodeMonkey/ngx-quill-example/blob/master/angular.json#L34

And checkout the package.json that all deps are installed, e.g.:

"quill-image-resize": "^3.0.9",
"quill-image-resize-module": "^3.0.0",

Ok solved. I was configuring quill from page.module.ts and it seems it doesn't work from that

Nice article for ngx quill image resizing

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ShaneJohnsonCC picture ShaneJohnsonCC  路  18Comments

victorevox picture victorevox  路  99Comments

Yexan picture Yexan  路  22Comments

tokaika picture tokaika  路  23Comments

bMil21 picture bMil21  路  16Comments