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