KillerCodeMonkey / ngx-quill

Angular (>=2) components for the Quill Rich Text Editor
MIT License
1.79k stars 264 forks source link

Incorrect imports in Quill-editor.component.d.ts #1876

Closed jonas-menne closed 5 months ago

jonas-menne commented 5 months ago

Whenever i newly install the package (Version 23.0.2|3) I have to correct the imports in the "quill-editor.component.ts", so that Delta is imported from "quill/core". Would be nice to fix this because it is especially painful in pipelines.

image

Or is this a misstake on my end? I`m new to the library.

Angular-version: 16.2.12 Node-version: 20.12.2

KillerCodeMonkey commented 5 months ago

I guess you installed quill v2 instead of v1 then.

There should be no Problem with quill v23 and quill v1

Am 19. Juni 2024 15:54:12 MESZ schrieb jonas-menne @.***>:

Whenever i newly install the package (Version 23.0.2|3) I have to correct the imports in the "quill-editor.component.ts", so that Delta is imported from "quill/core". Would be nice to fix this because it is especially painful in pipelines.

image

Or is this a misstake on my end? I`m new to the library.

Angular-version: 16.2.12 Node-version: 20.12.2

-- Reply to this email directly or view it on GitHub: https://github.com/KillerCodeMonkey/ngx-quill/issues/1876 You are receiving this because you are subscribed to this thread.

Message ID: @.***>

KillerCodeMonkey commented 5 months ago
jonas-menne commented 5 months ago

Thanks, that worked :)