-
I am getting error just after doing and npm install and adding the themes to my index.html and finally importing the QuillModule in my NgModule:
ERROR in ./node_modules/ngx-quill/src/quill.module.t…
-
```
ERROR in C:/Users/Mark/Documents/GitHub/quillTest/node_modules/ng2-quill-editor/quillEditor.component.ts (14,15): Cannot find name 'require'.)
C:/Users/Mark/Documents/GitHub/quillTest/node_modul…
-
Hi,
I am using Angular-seed project which is using SystemJS. It requires the index.js instead of index.ts. For example, the ng2-ckeditor is doing the same thing - wrapping the ckeditor. And I coul…
-
I'm using `import styles from './style.css'` style imports.
I've been beating myself over the head trying to solve this error the last couple of days.
`Error: Child compilation failed:
Module…
-
E:/angular2/my-app2/node_modules/ng2-quill-editor/quillEditor.component.ts (23,5): Cannot find name 'require'.
this is source code quillEditor.component.ts
styles: [
require('quill/dist/quill…
-
I am using ng2-quill-editor.
Is it possible to remove the embeds formats(formula, image, video) in the toolbar and add attachment instead?
Thank you.
-
QuillEditorComponent has both `styleUrls` and `styles` in settings:
```
@Component({
...
styleUrls: [
'./quillEditor.component.css'
],
styles: [
require('quill/dist/quill.core.cs…
-
I downloaded today - using 2.0.0
I get these build errors
[at-loader] Checking finished with 2 errors
[1] [at-loader] node_modules/ng2-quill-editor/quillEditor.component.ts:22:3
[1] TS11…
-
Hi,
I need to create a custom link format that will simply do same thing as link but additionally it adds a custom class to the link. I was able to make it work on codepen. See https://codepen.io/d…
-
PLEASE MAKE SURE THAT:
- you searched similar issues online (9/10 issues in this repo are solved by googling, so please...do it)
- you provide an online demo I can see without having to replicat…