I recently added the open source library QuillJS as a standalone project to my Angular CLI app. Following the Quill Docs, I included Quill.js in my scripts to make use of the library.
However, I encountered an error when running my Angular app with Quill. It seems that Quill uses JavaScript Modules, which I obtained from their GitHub. Unfortunately, this resulted in the following error:
https://i.sstatic.net/XNr3J.png
Despite ensuring the reference is correct, it seems that Angular is having trouble handling it. I am trying to modify the Quill code locally and test the changes, but my app fails to compile properly. Can you help me figure out what I'm missing here?