Closed visualbuffer closed 2 years ago
Hello,
This issue should not be posted here but in stack overflow instead.
This is normal becasue quill can only render web components (and not angular component). You must make your component a web component, using angular element. See : https://angular.io/guide/elements
Thanks for the pointer @BobBDE I was able to get it configured.
I was trying to embed a custom Angular component into the quill editor using the register API. Angular context exists outside of quill as a result inside the editor angular selectors are rendered however the child nodes (of the custom component) are not rendered.
Editor component
Selector Tag:
Expected behavior:
Actual behavior: Rendered html in Quill editor on clicking image:
Version: Angular 13, running quill1.3.7 Extract of package.json