I am trying to install ng-quill which takes quill as its dependency which I do not want to install and use cdn instead, due to some compilation issue, just trying if this can help.
Bower component Quilljs editor module (ES6) is failing while running gulp build
"overrides": {
"ngQuill" : {
"dependencies" : []
}
}