-
I'm building an Angular 13 custom element / web component that uses ngx-quill. Here are the versions for the packages in my package.json:
```
"ngx-quill": "^16.1.1",
"@angular/elements": "~13.0.2"…
abf7d updated
2 years ago
-
Greetings! I want to know how I can change the white theme of the editor. I know that it works with styles but I wanted to know if themes styles css exist for this package.
Jeoxs updated
2 years ago
-
Hello,
I am trying to dynamically render a react microfrontend into my angular host app following this guide - https://www.angulararchitects.io/aktuelles/multi-framework-and-version-micro-frontends…
-
Hi, I'm using this library in my Angular Universal App, however once I add it, it breack the server after running my server it immediately stops with the following error:
```
/node_modules/quill/d…
-
Since ui-codemirror library doesn't support Angular >2, wasn't updated for 4 years and is also archived on GitHub we should try to find a replacement library that supports Angular 8 and preferably is …
-
# 🐞 Bug report
### Command (mark with an `x`)
- [ ] new
- [x] build
- [x] serve
- [ ] test
- [ ] e2e
- [ ] generate
- [ ] add
- [ ] update
- [ ] lint
- [ ] extract-i18n
- [ ]…
-
### What happened?
I removed the controls from the toolbar by doing this:
`public toolbar: Toolbar = [['bold', 'italic'], ['underline'], [], [], [], ['link'], [], [], []];`
But I can still add …
-
I've an handler when I add an image, but there is also an handler for the removing image?
When someone remove an image from the editor I need to call the server to remove the saved image
-
why should someone choose this package instead of the official i18n module ?
-
I'm seeing a problem on Safari (only - this works on Chrome, Firefox and Edge). When I'm displaying text that was created or edited by Quill and displayed like this:
``
The span initially displa…