Bengt Weiße

Results 100 comments of Bengt Weiße

same thing with v2.0.0-beta.0

As i said. I got the error with angular 17 and the 2.0.0 beta.0 and yes I installed the latest typings As well. As the creator and maintainer i would...

sure: i created a draft pr for my ngx-quill package. there you see my changes and even the failing ci with default angular test runner and builder. https://github.com/KillerCodeMonkey/ngx-quill/pull/1778 It throws...

@benbro you are right. it was late and i missed the caret thing. but strange the dev.4 is marked as "latest" release instead of the "beta.0" i made some changes...

anyone has an idea how to get the inlined svg icons working with angular 17? vite just puts the paths to the images into the dom instead the svgs. https://github.com/KillerCodeMonkey/ngx-quill-example/pull/1632

strange because in general it should check the package.json of the node_module and grad the correct path from there.

There is a pr with quill rc0 Support and I already Released a beta Version. But there are some Things to know: - I Import quill from the cjs, because...

I import it in my Service from 'quill/dist/quill.js'

it is working with the latest experimental build of quilljs. i released a new beta version of ngx-quill and updated my quill 2 beta branch of the example repository, if...

@IsaacSomething and maybe check if the model/control is marked as touched and reset it, if needed