Ngx-quill: problem with ngx-quill

Created on 26 Jan 2020  路  1Comment  路  Source: KillerCodeMonkey/ngx-quill

Hello Dear KillerCodeMonkey,
first of all thanks for your project and your example for make the App more beutiful with a Rich Text
but i have a problem i do exactly what you did on your example but didn't work!!!
i upddate core-js and reinstall ngx-quill but not working (device and browser);
thank you for your solution
css

Most helpful comment

i think you missed to load / include the quill.core.css or quill.snow.css, because your screenshot looks exactly like this.

checkout the angular.json:

https://github.com/KillerCodeMonkey/ngx-quill-example/blob/master/angular.json#L26

You have to include them in your global css or in angular.json, because in other cases the viewencapsulation leads to wrong css selectors :).

So if you want to use quill only in one component, you have to set the view encapsulation to none and import the quill css there.

https://github.com/KillerCodeMonkey/ngx-quill/issues/630
https://github.com/KillerCodeMonkey/ngx-quill/issues/440
https://github.com/KillerCodeMonkey/ngx-quill/issues/331
...

>All comments

i think you missed to load / include the quill.core.css or quill.snow.css, because your screenshot looks exactly like this.

checkout the angular.json:

https://github.com/KillerCodeMonkey/ngx-quill-example/blob/master/angular.json#L26

You have to include them in your global css or in angular.json, because in other cases the viewencapsulation leads to wrong css selectors :).

So if you want to use quill only in one component, you have to set the view encapsulation to none and import the quill css there.

https://github.com/KillerCodeMonkey/ngx-quill/issues/630
https://github.com/KillerCodeMonkey/ngx-quill/issues/440
https://github.com/KillerCodeMonkey/ngx-quill/issues/331
...

Was this page helpful?
0 / 5 - 0 ratings

Related issues

agam16 picture agam16  路  5Comments

chuJianNi picture chuJianNi  路  3Comments

SebastianPodgajny picture SebastianPodgajny  路  4Comments

bolota picture bolota  路  3Comments

anthonyinspace picture anthonyinspace  路  3Comments