Questions tagged [ngx-quill]

ngx-quill is an open source Angular module for the quill cross-browser Rich Text editor. You can ask questions on implementing the ngx-quill library in your angular applications and extending the functionality of the library.

ngx-quill is an open source Angular module for the cross-browser Rich Text editor.

124 questions
31
votes
1 answer

Quill Angular Error: NullInjectorError: No provider for InjectionToken config

I updated all my node modules and when quill updated, all my editors broke in my application. The error "NullInjectorError: No provider for InjectionToken config!" appeared. I Have fixed this problem! Just wanted to share with other ppl who might be…
15
votes
3 answers

Integrating Quill text editor in an Angular application

I am learning how to create blogging websites. I tried a simple example first. But the text editor is not showing up on my screen. I installed Quill with npm install --save quill@1.3.6 ngx-quill command. My app.component.html is very simple.
Tanzeel
  • 4,174
  • 13
  • 57
  • 110
7
votes
3 answers

Ngx-quill toolbar customization not working - quill Cannot import modules

UPDATE: I bailed ship when I realized PrimeNg had a quill implementation and I was already using PrimeNg. Wasn't working at first but upgrading to angular 7 and ngrx 7 beta fixed issues. https://www.primefaces.org/primeng/#/editor I'm attempting the…
azulBonnet
  • 831
  • 4
  • 14
  • 31
7
votes
2 answers

How to add custom Quill toolbar in Angular application

My web application is based on Angular and I try to integrate Quill into it using ngx-quill library. I have created my custom embed blot containing just unmodifiable text block (retrieved from the database) and now I try to create a custom toolbar…
livthomas
  • 1,160
  • 1
  • 14
  • 25
6
votes
2 answers

Ngx-Quill ERROR in Directive QuillEditorBase

i followed the basic steps to set up ngx-quill. I installed ngx-quill and quill additionally afer some research. But I still get the same error. ERROR in Directive QuillEditorBase in .../node_modules/ngx-quill/ngx-quill.d.ts has no selector, please…
xDrago
  • 1,772
  • 2
  • 20
  • 37
6
votes
1 answer

How to add a custom button in ngx-quill editor in Angular 8

I am using ngx-quill as an editor in my solution. Now I want to add a custom button to the toolbar, that will insert a text into the content area of the editor. In the toolbar I want to show 'N' and that button will insert the text:'[Name]' into the…
PNR
  • 555
  • 3
  • 12
  • 26
4
votes
3 answers

Problems with ngx-quill installation

Im having this errors while compiling my project Error: node_modules/ngx-quill/lib/quill-editor.component.d.ts:3:21 - error TS2614: Module '"quill"' has no exported member 'Delta'. Did you mean to use 'import Delta from "quill"' instead? 3 import…
Chris
  • 322
  • 6
  • 19
4
votes
2 answers

How to override property of base class in subclass properly in angular / typescript? ngx-quill and material

I am trying to implement a material version of ngx-quill by following the example by the author here: ngx-quill-example The problem is I am getting the following error in a file (mat-quill-base.ts) that I copied directly from the example…
Jake Zeitz
  • 2,429
  • 3
  • 23
  • 43
4
votes
3 answers

Quill.register is not recognized as a function

I have this Angular project which uses ngx-quill and I want to add the third party module, quill-blot-formatter to it. I have installed @types/quill as a dev dependency to get rid of the TS linter errors and configured tsconfig.json to include…
Saminda Peramuna
  • 735
  • 9
  • 22
4
votes
2 answers

Inline style instead of quill editor inbuilt classes as classes are not available at the time to render HTML

I am using ngx-quill editor as my rich text editor in my angular project. So that I can save HTML generated by it in DB and then render it on different browsers as innerHTML. As it is not using inline CSS and there is a class attribute to style the…
Ankit Manchanda
  • 562
  • 6
  • 21
4
votes
3 answers

Remove colors when pasting on ngx quill field

I am using the ngx-quill editor and so far it has all the features that I need. However, I don't see any options on how to remove the background colors and font colors of the text coming from the clipboard. I want to retain all the other formatting…
manoyanx
  • 171
  • 1
  • 10
4
votes
2 answers

How to update value of font-size for header in Quill Editor in Angular project

I have a quill editor in my angular project. And all almost done, but I need update font size for H1 for 18px. In the theme it mapped to 2em (~26px) I have try a lot of css selectors but cant find out right selector
Zelena
  • 63
  • 8
4
votes
1 answer

How to render the ngx-quill-editor content without html tags on JHipster project?

I'm new to the JHipster and Angular6. I've created a project using JHipster and included ngx-quill-editor for an editor. I'm able to save the data using this editor, but when I retrieve the data from the database to display on another page to…
Ram
  • 117
  • 1
  • 2
  • 13
3
votes
1 answer

ngx quill editor not working while using cdkDrag directive of Angular Material

Quill editor not focused or not able to type the content while using cdkDrag directive of Angular Material. Here I share the StackBlitz code. https://stackblitz.com/edit/angular-ivy-xalouc Understanding: If right click on the editor, It's…
3
votes
1 answer

Ngx-Quill and ImageResize with Angular universal / SSR

Hi I am trying to use Ngx-Quill with ImageResize. I just can't get it to work tho. I found "half-solutions" like this one: Check the Link After implementing this I can get it to work like expected when running on ng serve. Thats how that looks in my…
xDrago
  • 1,772
  • 2
  • 20
  • 37
1
2 3
8 9