KillerCodeMonkey / ngx-quill-ionic

example of ngx-quill and ionic
MIT License
31 stars 9 forks source link

How to import the part of advanced demo in Ionic V4 ? #2

Closed vise92 closed 5 years ago

vise92 commented 5 years ago

How to import integration of quill-emoji integration of quill-mention integration of quill-image-resize custom word count module custom toolbar with custom fonts and formats, toolbar position show the differences between sanitizing and not sanitizing your content if your content format is html usage of different content formats template-driven and reactive forms code + syntax highlighting formulas custom key-bindings, e.g. shift + b for bold dynamic styles and placeholder toggle readonly bubble toolbar activate formats after editor initialisation, e.g. rtl direction present quilljs content with the quill-view and quill-view-html component in the ionic v4 ?

KillerCodeMonkey commented 5 years ago

the same way it is done in the advanced demo. ionic uses angular cli so you can just copy the interesting parts from the angular.json and the app.module.ts to your project.

vise92 commented 5 years ago

I'll let you know if I have problems.

thanks a lot