angular-quill-editor
angular-quill-editor copied to clipboard
How to customize toolbar and add handlers?
First of all thank you for the awesome library. I want to customize the toolbar by removing some of the buttons. Also I want to add custom helpers for image and video buttons. I have done all of that with ngx-quill. I want the similar functionality with ngx-quill-lite. Is it possible? How to do it?
There are two ways to set up Toolbar, (1) via toolbarOptions for toolbar module, (2) via HTML template. Which way are you using?
1st one.