Closed fabdeceglia closed 5 months ago
The parameter is just a Quill instance.
i just avoided to type it a long time ago because each import of quill breaks server side rendering, but i guess i can just import it as "type"
so as a workaround you can type it like import Quill from 'quill'
and Quill is the type of the parameter
i added the type in version 26.0.2
Hi,
i am currently working with ngx-quill version 23.0.2 in a Angular 16 application. I've successfully integrated the editor in the app, but i want to understand if there is a way to have the type on the emitter of the editor created. From the api i see that any is emitted:
But from the debugger i type is shown:
It there a plan to have that class/interface exposed? Would be nice to have the API of the component in order to access easly all the exposed method and attributes.